Fork me on GitHub
Loading...
Searching...
No Matches
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.
 
char * buffer
 The packet data.
 
uint16_t length
 The packet length.
 
janus_plugin_rtp_extensions extensions
 RTP extensions.
 

Detailed Description

Janus plugin RTP packet.

Field Documentation

◆ buffer

char* janus_plugin_rtp::buffer

The packet data.

◆ extensions

janus_plugin_rtp_extensions janus_plugin_rtp::extensions

RTP extensions.

◆ length

uint16_t janus_plugin_rtp::length

The packet length.

◆ video

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: