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