Man page - mtp_libmtp_filesampledata_struct(3)
Packages contas this manual
- mtp_mtpz.h(3)
- mtp_text_struct(3)
- mtp_custom(3)
- mtp_folders(3)
- mtp_libusb-glue.h(3)
- mtp_ptp_chdk_rc_chunk(3)
- mtp_filemap_struct(3)
- mtp_device-flags.h(3)
- mtp_ptp_chdk_script_msg(3)
- mtp_basic(3)
- mtp_lv_data_header(3)
- mtp_libmtp.h(3)
- mtp_albums(3)
- mtp_tagptp_chdk_videosettings(3)
- mtp_util.c(3)
- mtp_ptp_event_cb_data(3)
- mtp_mtpz.c(3)
- mtp_lv_framebuffer_desc(3)
- mtp_ptp_opcode_trans_t(3)
- mtp_objects(3)
- mtp_mtpdevice_list_struct(3)
- mtp_music-players.h(3)
- mtp_internals(3)
- mtp_tracks(3)
- mtp_unicode.c(3)
- mtp_propertymap_struct(3)
- mtp_types(3)
- mtp_playlists(3)
- mtp_mtpz_rsa_struct(3)
- mtp_libmtp.c(3)
- mtp_structar(3)
- mtp_files(3)
- mtp_event_cb_data_struct(3)
- mtp_unicode.h(3)
apt-get install libmtp-doc
Manual
| LIBMTP_filesampledata_struct(3) | Library Functions Manual | LIBMTP_filesampledata_struct(3) |
NAME
libmtp -
SYNOPSIS
#include <libmtp.h>
Data Fields
uint32_t width
uint32_t height
uint32_t duration
LIBMTP_filetype_t filetype
uint64_t size
char * data
Detailed Description
LIBMTP Object RepresentativeSampleData Structure
Field Documentation
char* LIBMTP_filesampledata_struct::data
Sample data
Referenced by LIBMTP_destroy_filesampledata_t(), LIBMTP_Get_Representative_Sample(), and LIBMTP_Send_Representative_Sample().
uint32_t LIBMTP_filesampledata_struct::duration
Duration in milliseconds if it is audio
Referenced by LIBMTP_Get_Representative_Sample(), LIBMTP_Get_Representative_Sample_Format(), and LIBMTP_Send_Representative_Sample().
LIBMTP_filetype_t LIBMTP_filesampledata_struct::filetype
Filetype used for the sample
Referenced by LIBMTP_Get_Representative_Sample(), LIBMTP_Get_Representative_Sample_Format(), and LIBMTP_Send_Representative_Sample().
uint32_t LIBMTP_filesampledata_struct::height
Height of sample if it is an image
Referenced by LIBMTP_Get_Representative_Sample(), LIBMTP_Get_Representative_Sample_Format(), LIBMTP_new_filesampledata_t(), and LIBMTP_Send_Representative_Sample().
uint64_t LIBMTP_filesampledata_struct::size
Size of sample data in bytes
Referenced by LIBMTP_Get_Representative_Sample(), LIBMTP_Get_Representative_Sample_Format(), and LIBMTP_Send_Representative_Sample().
uint32_t LIBMTP_filesampledata_struct::width
Width of sample if it is an image
Referenced by LIBMTP_Get_Representative_Sample(), LIBMTP_Get_Representative_Sample_Format(), and LIBMTP_Send_Representative_Sample().
Author
Generated automatically by Doxygen for libmtp from the source code.
| Version 1.1.22 | libmtp |