liblinphone  3.7.0
Data Fields

#include <linphonecore.h>

Data Fields

char * type
 
char * subtype
 
void * data
 
size_t size
 
char * encoding
 
char * name
 

Detailed Description

The LinphoneContent struct holds data that can be embedded in a signaling message.

Field Documentation

char* _LinphoneContent::type

mime type for the data, for example "application"

char* _LinphoneContent::subtype

mime subtype for the data, for example "html"

void* _LinphoneContent::data

the actual data buffer, usually a string. Null when provided by callbacks LinphoneCoreFileTransferSendCb or LinphoneCoreFileTransferRecvCb

size_t _LinphoneContent::size

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

char* _LinphoneContent::encoding

The encoding of the data buffer, for example "gzip"

char* _LinphoneContent::name

used by RCS File transfer messages to store the original filename of the file to be downloaded from server


The documentation for this struct was generated from the following file: