artik_bt_avrcp_track_metadata Struct Reference
Description of AVRCP track metadata. More...
#include <bluetooth/artik_bluetooth.h>
Data Fields | |
| char * | title |
| The title name of the track. | |
| char * | artist |
| The artist name of the track. This may be "Not Available" if it's not provided by player. | |
| char * | album |
| The album name of the track. | |
| char * | genre |
| The genre name of the track. This may be "Not Available" if it's not provided by player. | |
| unsigned int | number_of_tracks |
| The number of tracks in total. This may be 0 if it's not provided by player. | |
| unsigned int | number |
| The number of the track. This may be 0 if it's not provided by player. | |
| unsigned int | duration |
| The duration in milliseconds of the track. | |
Detailed Description
- Examples:
- bluetooth_test/artik_bluetooth_test_avrcp.c.
Definition at line 696 of file artik_bluetooth.h.
The documentation for this struct was generated from the following file:
- inc/bluetooth/artik_bluetooth.h
Last updated on: