liblinphone
3.7.0
|
#include <linphonecore.h>
Data Fields | |
char * | type |
char * | subtype |
void * | data |
size_t | size |
char * | encoding |
The LinphoneContent struct holds data that can be embedded in a signaling message.
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
size_t _LinphoneContent::size |
the size of the data buffer, excluding null character despite null character is always set for convenience.
char* _LinphoneContent::encoding |
The encoding of the data buffer, for example "gzip"