TizenRT Public API
v2.0 M2
|
Structure of Track metadata information. 3.0. More...
#include <bluetooth_type.h>
Data Fields | |
const char * | title |
const char * | artist |
const char * | album |
const char * | genre |
unsigned int | total_tracks |
unsigned int | number |
unsigned int | duration |
Structure of Track metadata information. 3.0.
Definition at line 586 of file bluetooth_type.h.
const char* album |
Album name
Definition at line 589 of file bluetooth_type.h.
const char* artist |
Artist
Definition at line 588 of file bluetooth_type.h.
unsigned int duration |
Duration
Definition at line 593 of file bluetooth_type.h.
const char* genre |
Album Genre
Definition at line 590 of file bluetooth_type.h.
unsigned int number |
Track number
Definition at line 592 of file bluetooth_type.h.
const char* title |
Title
Definition at line 587 of file bluetooth_type.h.
unsigned int total_tracks |
The total number of tracks
Definition at line 591 of file bluetooth_type.h.