Fork me on GitHub
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
janus_ice_queued_packet Struct Reference

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.

Detailed Description

Janus enqueued (S)RTP/(S)RTCP packet to send.

Field Documentation

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)


The documentation for this struct was generated from the following file: