Home
last modified time | relevance | path

Searched refs:ATTR_INT64_FRAME (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistItem.cpp165 if (GetAttribute(ATTR_INT64_FRAME, lastFrame) != B_OK) in LastFrame()
184 return SetAttribute(ATTR_INT64_FRAME, value); in SetLastFrame()
H A DPlaylistItem.h58 ATTR_INT64_FRAME = 'fram', enumerator
H A DFilePlaylistItem.cpp210 case ATTR_INT64_FRAME: in SetAttribute()
227 case ATTR_INT64_FRAME: in GetAttribute()