table of contents
- buster 1.1.16-2
- testing 1.1.17-3
- unstable 1.1.17-3
- experimental 1.1.18-1
LIBMTP_track_struct(3) | libmtp | LIBMTP_track_struct(3) |
NAME¶
libmtp -SYNOPSIS¶
#include <libmtp.h>
Data Fields¶
uint32_t item_id
uint32_t parent_id
uint32_t storage_id
char * title
char * artist
char * composer
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
time_t modificationdate
LIBMTP_filetype_t filetype
LIBMTP_track_t * next
Detailed Description¶
MTP track structExamples
getplaylist.c, playlists.c, sendtr.c, and
tracks.c.
Field Documentation¶
char* LIBMTP_track_struct::album¶
Album name for trackExamples
tracks.c.
Referenced by LIBMTP_destroy_track_t().
char* LIBMTP_track_struct::artist¶
Name of recording artistExamples
getplaylist.c, playlists.c, and tracks.c.
Referenced by LIBMTP_destroy_track_t().
uint32_t LIBMTP_track_struct::bitrate¶
(Average) bitrate for this file min=1 max=0x16e360Examples
tracks.c.
uint16_t LIBMTP_track_struct::bitratetype¶
0 = unused, 1 = constant, 2 = VBR, 3 = freeExamples
tracks.c.
char* LIBMTP_track_struct::composer¶
Name of recording composerExamples
tracks.c.
Referenced by LIBMTP_destroy_track_t().
char* LIBMTP_track_struct::date¶
Date of original recording as a stringExamples
tracks.c.
Referenced by LIBMTP_destroy_track_t().
uint32_t LIBMTP_track_struct::duration¶
Duration in millisecondsExamples
tracks.c.
char* LIBMTP_track_struct::filename¶
Original filename of this trackExamples
tracks.c.
Referenced by LIBMTP_destroy_track_t().
uint64_t LIBMTP_track_struct::filesize¶
Size of track file in bytesExamples
tracks.c.
LIBMTP_filetype_t LIBMTP_track_struct::filetype¶
Filetype used for the current trackExamples
tracks.c.
Referenced by LIBMTP_Send_Track_From_File_Descriptor(), and LIBMTP_Send_Track_From_Handler().
char* LIBMTP_track_struct::genre¶
Genre name for trackExamples
tracks.c.
Referenced by LIBMTP_destroy_track_t().
uint32_t LIBMTP_track_struct::item_id¶
Unique item IDExamples
sendtr.c, and tracks.c.
Referenced by LIBMTP_new_track_t().
time_t LIBMTP_track_struct::modificationdate¶
Date of last alteration of the trackLIBMTP_track_t* LIBMTP_track_struct::next¶
Next track in list or NULL if last trackuint16_t LIBMTP_track_struct::nochannels¶
Number of channels in this recording 0 = unknown, 1 or 2Examples
tracks.c.
uint32_t LIBMTP_track_struct::parent_id¶
ID of parent folderuint16_t LIBMTP_track_struct::rating¶
User rating 0-100 (0x00-0x64)Examples
tracks.c.
uint32_t LIBMTP_track_struct::samplerate¶
Sample rate of original file, min 0x1f80 max 0xbb80Examples
tracks.c.
uint32_t LIBMTP_track_struct::storage_id¶
ID of storage holding this trackExamples
sendtr.c.
char* LIBMTP_track_struct::title¶
Track titleExamples
getplaylist.c, playlists.c, and tracks.c.
Referenced by LIBMTP_destroy_track_t().
uint16_t LIBMTP_track_struct::tracknumber¶
Track number (in sequence on recording)Examples
tracks.c.
uint32_t LIBMTP_track_struct::usecount¶
Number of times used/playedExamples
tracks.c.
uint32_t LIBMTP_track_struct::wavecodec¶
FourCC wave codec nameExamples
tracks.c.
Author¶
Generated automatically by Doxygen for libmtp from the source code.Mon Nov 9 2020 | Version 1.1.18 |