Lines Matching full:track
156 * Test if filetype is a track.
157 * Use this to determine if the File API or Track API
621 * MTP track struct
626 uint32_t storage_id; /**< ID of storage holding this track */
627 char *title; /**< Track title */
630 char *genre; /**< Genre name for track */
631 char *album; /**< Album name for track */
633 char *filename; /**< Original filename of this track */
634 uint16_t tracknumber; /**< Track number (in sequence on recording) */
643 uint64_t filesize; /**< Size of track file in bytes */
644 time_t modificationdate; /**< Date of last alteration of the track */
645 LIBMTP_filetype_t filetype; /**< Filetype used for the current track */
646 LIBMTP_track_t *next; /**< Next track in list or NULL if last track */
841 * @defgroup tracks The track management API.