Lines Matching full:track
158 * Test if filetype is a track.
159 * Use this to determine if the File API or Track API
623 * MTP track struct
628 uint32_t storage_id; /**< ID of storage holding this track */
629 char *title; /**< Track title */
632 char *genre; /**< Genre name for track */
633 char *album; /**< Album name for track */
635 char *filename; /**< Original filename of this track */
636 uint16_t tracknumber; /**< Track number (in sequence on recording) */
645 uint64_t filesize; /**< Size of track file in bytes */
646 time_t modificationdate; /**< Date of last alteration of the track */
647 LIBMTP_filetype_t filetype; /**< Filetype used for the current track */
648 LIBMTP_track_t *next; /**< Next track in list or NULL if last track */
852 * @defgroup tracks The track management API.