Fork me on GitHub
Data Fields
janus_plugin_rtp Struct Reference

Janus plugin RTP packet. More...

#include <plugin.h>

Collaboration diagram for janus_plugin_rtp:
Collaboration graph
[legend]

Data Fields

gboolean video
 Whether this is an audio or video RTP packet. More...
 
char * buffer
 The packet data. More...
 
uint16_t length
 The packet length. More...
 
janus_plugin_rtp_extensions extensions
 RTP extensions. More...
 

Detailed Description

Janus plugin RTP packet.

Field Documentation

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.

gboolean janus_plugin_rtp::video

Whether this is an audio or video RTP packet.


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