Janus plugin RTP packet. More...
#include <plugin.h>
Data Fields | |
int | mindex |
Index of the stream (relative to the SDP) | |
gboolean | video |
Whether this is an audio or video RTP packet. | |
char * | buffer |
The packet data. | |
uint16_t | length |
The packet length. | |
janus_plugin_rtp_extensions | extensions |
RTP extensions. | |
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.
int janus_plugin_rtp::mindex |
Index of the stream (relative to the SDP)
video
property) to send this on; notice that this tweak is only there for convenience, and to make it easier for plugins not dealing with multistream, but this shouldn't be relied upon too much as it may go away soon. gboolean janus_plugin_rtp::video |
Whether this is an audio or video RTP packet.