Searched defs:LIBMTP_track_struct (Results 1 – 2 of 2) sorted by relevance
624 struct LIBMTP_track_struct { struct625 uint32_t item_id; /**< Unique item ID */626 uint32_t parent_id; /**< ID of parent folder */627 uint32_t storage_id; /**< ID of storage holding this track */628 char *title; /**< Track title */629 char *artist; /**< Name of recording artist */630 char *composer; /**< Name of recording composer */631 char *genre; /**< Genre name for track */632 char *album; /**< Album name for track */633 char *date; /**< Date of original recording as a string */[all …]
623 struct LIBMTP_track_struct { struct624 uint32_t item_id; /**< Unique item ID */625 uint32_t parent_id; /**< ID of parent folder */626 uint32_t storage_id; /**< ID of storage holding this track */627 char *title; /**< Track title */628 char *artist; /**< Name of recording artist */629 char *composer; /**< Name of recording composer */630 char *genre; /**< Genre name for track */631 char *album; /**< Album name for track */632 char *date; /**< Date of original recording as a string */[all …]