liblinphone
3.8.0
|
#include <content.h>
Data Fields | |
char * | type |
char * | subtype |
void * | data |
size_t | size |
char * | encoding |
char * | name |
mime type for the data, for example "application"
mime subtype for the data, for example "html"
the actual data buffer, usually a string. Null when provided by callbacks LinphoneCoreFileTransferSendCb or LinphoneCoreFileTransferRecvCb
the size of the data buffer, excluding null character despite null character is always set for convenience. When provided by callback LinphoneCoreFileTransferSendCb or LinphoneCoreFileTransferRecvCb, it states the total number of bytes of the transfered file
The encoding of the data buffer, for example "gzip"
used by RCS File transfer messages to store the original filename of the file to be downloaded from server