Janus plugin RTCP 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 RTCP packet. | |
char * | buffer |
The packet data. | |
uint16_t | length |
The packet length. | |
Janus plugin RTCP packet.
char* janus_plugin_rtcp::buffer |
The packet data.
uint16_t janus_plugin_rtcp::length |
The packet length.
int janus_plugin_rtcp::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_rtcp::video |
Whether this is an audio or video RTCP packet.