Searched defs:LIBMTP_filesampledata_struct (Results 1 – 2 of 2) sorted by relevance
693 struct LIBMTP_filesampledata_struct { struct694 uint32_t width; /**< Width of sample if it is an image */695 uint32_t height; /**< Height of sample if it is an image */696 uint32_t duration; /**< Duration in milliseconds if it is audio */697 LIBMTP_filetype_t filetype; /**< Filetype used for the sample */698 uint64_t size; /**< Size of sample data in bytes */699 char *data; /**< Sample data */
695 struct LIBMTP_filesampledata_struct { struct696 uint32_t width; /**< Width of sample if it is an image */697 uint32_t height; /**< Height of sample if it is an image */698 uint32_t duration; /**< Duration in milliseconds if it is audio */699 LIBMTP_filetype_t filetype; /**< Filetype used for the sample */700 uint64_t size; /**< Size of sample data in bytes */701 char *data; /**< Sample data */