Public Attributes#
Public Attribute Documentation#
itemtype#
uint8_t itemtype
Item_Type 
1 - Media Player Item 
2 - Folder Item 
3 - Media Element Item 
Note
But this structure is declared for Media_Player_Item
majorplayertype#
uint8_t majorplayertype
There are currently four base types of media player 
BIT(0) - AUDIO_PLAYER (Eg: Mp3 Player) 
BIT(1) - VIDEO_PLAYER (Eg: Mpeg4 Player) 
BIT(2) - BROADCASTING_AUDIO (Eg: FM Radio) 
 BIT(3) - BROADCASTING_VIDEO (Eg: DVB-H Tuner) 
playersubtype#
uint32_t playersubtype
There are Two defined SubTypes 
BIT(0) - AUDIO_BOOK 
BIT(1) - PODCAST 
playstatus#
uint8_t playstatus
Current Play Status 
0 - STOPPED 
1 - PLAYING 
2 - PAUSED 
 3 - FWD_SEEK 
 4 - REV_SEEK 
FF - ERROR 
featurebitmask#
uint8_t featurebitmask[16]
Each Player on a TG announces its features to the CT in the PlayerFeatureBitmask
disnamelen#
uint16_t disnamelen
Length of Displayable Name. The name length shall be limited such that a response 
to a GetFolderItems containing one media player item fits within the maximum size of 
 AVRCP PDU which can be received by the CT.