Description of AVRCP item's properties. More...
#include <bluetooth/artik_bluetooth.h>
Data Fields | |
| char * | player |
| Player object path. More... | |
| char * | name |
| Displayable name. | |
| char * | type |
| Type of the item. More... | |
| char * | folder |
| Folder type. More... | |
| bool | playable |
| Indicate if the media can be played. More... | |
| artik_bt_avrcp_track_metadata * | metadata |
| Metadata of the media. More... | |
| char * | title |
| Title of the media. More... | |
| char * | artist |
| Name of the artist. More... | |
| char * | album |
| Name of the album. More... | |
| char * | genre |
| Genre. More... | |
| unsigned int | number_of_tracks |
| Number of tracks in the album. More... | |
| unsigned int | number |
| Number of the media. More... | |
| unsigned int | duration |
Detailed Description
- Examples:
- bluetooth_test/artik_bluetooth_test_avrcp.c.
Definition at line 734 of file artik_bluetooth.h.
Field Documentation
| char* artik_bt_avrcp_item_property::album |
This field is available if the property type is set to "audio" or "video"
Definition at line 791 of file artik_bluetooth.h.
| char* artik_bt_avrcp_item_property::artist |
This field is available if the property type is set to "audio" or "video"
Definition at line 785 of file artik_bluetooth.h.
| char* artik_bt_avrcp_item_property::folder |
The possible values for this field are "mixed", "titles", "albums" or "artists"
This field is available if the property type is "folder", otherwise the field is set to NULL
Definition at line 759 of file artik_bluetooth.h.
| char* artik_bt_avrcp_item_property::genre |
This field is available if the property type is set to "audio" or "video"
Definition at line 797 of file artik_bluetooth.h.
| artik_bt_avrcp_track_metadata* artik_bt_avrcp_item_property::metadata |
This field is available if the property type is set to "audio" or "video"
Definition at line 771 of file artik_bluetooth.h.
| unsigned int artik_bt_avrcp_item_property::number |
This field is available if the property type is set to "audio" or "video"
Definition at line 809 of file artik_bluetooth.h.
| unsigned int artik_bt_avrcp_item_property::number_of_tracks |
This field is available if the property type is set to "audio" or "video"
Definition at line 803 of file artik_bluetooth.h.
| bool artik_bt_avrcp_item_property::playable |
True if the item can be played, false otherwise
Definition at line 765 of file artik_bluetooth.h.
| char* artik_bt_avrcp_item_property::player |
The item belongs to this object
Definition at line 740 of file artik_bluetooth.h.
| char* artik_bt_avrcp_item_property::title |
This field is available if the property type is set to "audio" or "video"
Definition at line 779 of file artik_bluetooth.h.
| char* artik_bt_avrcp_item_property::type |
Type can takes the following values "video", "audio" or "folder"
Definition at line 750 of file artik_bluetooth.h.
The documentation for this struct was generated from the following file:
- inc/bluetooth/artik_bluetooth.h