mtp_LIBMTP_filesampledata_struct

Langue: en

Autres versions - même langue

Version: 345530 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

libmtp - LIBMTP_filesampledata_struct

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::dataSample data

Referenced by LIBMTP_destroy_filesampledata_t(), LIBMTP_Get_Representative_Sample(), and LIBMTP_Send_Representative_Sample().

uint32_t LIBMTP_filesampledata_struct::durationDuration 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::filetypeFiletype 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::heightHeight 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::sizeSize 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::widthWidth 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.