liblinphone  3.7.0
Data Fields

#include <linphonecore.h>

Data Fields

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

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

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"


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