Janus plugin data message. More...
#include <plugin.h>
Data Fields | |
char * | label |
The label this message belongs to. More... | |
char * | protocol |
The subprotocol this message refers to. More... | |
gboolean | binary |
Whether the message data is text (default=FALSE) or binary. More... | |
char * | buffer |
The message data. More... | |
uint16_t | length |
The message length. More... | |
Janus plugin data message.
gboolean janus_plugin_data::binary |
Whether the message data is text (default=FALSE) or binary.
char* janus_plugin_data::buffer |
The message data.
char* janus_plugin_data::label |
The label this message belongs to.
uint16_t janus_plugin_data::length |
The message length.
char* janus_plugin_data::protocol |
The subprotocol this message refers to.