Janus enqueued (S)RTP/(S)RTCP packet to send. More...
#include <ice.h>
Data Fields | |
char * | data |
Packet data. | |
gint | length |
Packet length. | |
gint | type |
Type of data (audio/video/data, or RTCP related to any of them) | |
gboolean | control |
Whether this is an RTCP message or not. | |
gboolean | encrypted |
Whether the data is already encrypted or not. |
Janus enqueued (S)RTP/(S)RTCP packet to send.
gboolean janus_ice_queued_packet::control |
Whether this is an RTCP message or not.
char* janus_ice_queued_packet::data |
Packet data.
gboolean janus_ice_queued_packet::encrypted |
Whether the data is already encrypted or not.
gint janus_ice_queued_packet::length |
Packet length.
gint janus_ice_queued_packet::type |
Type of data (audio/video/data, or RTCP related to any of them)