typedef TUint64 | TRemConItemUid |
Defines a type representing a UID which is 8 octet and uniquely identifys a folder or media element in the media library.
Defines item types to indicate the item is a folder item or media item.
Enumerator | Value | Description |
---|---|---|
ERemConFolderItem | 2 | |
ERemConMediaItem | 3 |
typedef TUint8 | TFolderItemPlayable |
Defines a type which indicates whether a folder item is playable.
const TFolderItemPlayable | KFolderNotPlayable |
const TFolderItemPlayable | KFolderPlayable |
const TMediaItemType | KMediaAudio |
const TMediaItemType | KMediaVideo |
Enumerator | Value | Description |
---|---|---|
EFolderMixed | 0 | |
EFolderTitles | 1 | |
EFolderAlbums | 2 | |
EFolderArtists | 3 | |
EFolderGenres | 4 | |
EFolderPlaylists | 5 | |
EFolderYears | 6 |
Defines folder scopes in which media content navigaition may take place.
Enumerator | Value | Description |
---|---|---|
EBrowseFolder | 0x1 |
Applicable in browsed player. Valid browseable items are foler item and media element item. |
ESearchResultFolder | 0x2 |
Applicable in browsed player. Valid browseable items are media element items. |
ENowPlayingFolder | 0x3 |
Applicable in addressed player. Valid browseable items are media element items. |