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