Bluetooth Host Stack Library
wiced_bt_avrc_item_t Struct Reference

Description

AVRCP Browsable item i.e.

Player/Folder/Media items

Data Fields

uint8_t item_type
 AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA.
 
uint8_t item_length
 Total length of the AVRC item.
 
union {
   wiced_bt_avrc_item_player_t   player
 The properties of a media player item.
 
   wiced_bt_avrc_item_folder_t   folder
 The properties of a folder item.
 
   wiced_bt_avrc_item_media_t   media
 The properties of a media item.
 
u
 AVRC item player/folder/media.