Janus plugin RTP packet. More...
#include <plugin.h>
Data Fields | |
gboolean | video |
Whether this is an audio or video RTP packet. More... | |
char * | buffer |
The packet data. More... | |
uint16_t | length |
The packet length. More... | |
janus_plugin_rtp_extensions | extensions |
RTP extensions. More... | |
Janus plugin RTP packet.
char* janus_plugin_rtp::buffer |
The packet data.
janus_plugin_rtp_extensions janus_plugin_rtp::extensions |
RTP extensions.
uint16_t janus_plugin_rtp::length |
The packet length.
gboolean janus_plugin_rtp::video |
Whether this is an audio or video RTP packet.