#include <libmtp.h>
Data Fields | |
uint32_t | item_id |
uint32_t | parent_id |
char * | title |
char * | artist |
char * | genre |
char * | album |
char * | date |
char * | filename |
uint16_t | tracknumber |
uint32_t | duration |
uint32_t | samplerate |
uint16_t | nochannels |
uint32_t | wavecodec |
uint32_t | bitrate |
uint16_t | bitratetype |
uint16_t | rating |
uint32_t | usecount |
uint64_t | filesize |
LIBMTP_filetype_t | filetype |
LIBMTP_track_t * | next |
getplaylist.c, playlists.c, sendtr.c, and tracks.c.
|
Album name for track
|
|
Name of recording artist
|
|
(Average) bitrate for this file min=1 max=0x16e360
|
|
0 = unused, 1 = constant, 2 = VBR, 3 = free
|
|
Date of original recording as a string
|
|
Duration in milliseconds
|
|
Original filename of this track
|
|
Size of track file in bytes
|
|
Filetype used for the current track
|
|
Genre name for track
|
|
Unique item ID
|
|
Next track in list or NULL if last track
|
|
Number of channels in this recording 0 = unknown, 1 or 2
|
|
ID of parent folder |
|
User rating 0-100 (0x00-0x64)
|
|
Sample rate of original file, min 0x1f80 max 0xbb80
|
|
Track title
|
|
Track number (in sequence on recording)
|
|
Number of times used/played
|
|
FourCC wave codec name
|