Fork me on GitHub
Data Fields
janus_plugin_rtp_extensions Struct Reference

Janus plugin RTP extensions. More...

#include <plugin.h>

Data Fields

int8_t audio_level
 Audio level, in DB (0-127, 127=silence); -1 means no extension. More...
 
gboolean audio_level_vad
 Whether the encoder detected voice activity (part of audio-level extension) More...
 
int16_t video_rotation
 Video orientation rotation (0, 90, 180, 270); -1 means no extension. More...
 
gboolean video_back_camera
 Whether the video orientation extension says this is the back camera. More...
 
gboolean video_flipped
 Whether the video orientation extension says it's flipped horizontally. More...
 

Detailed Description

Janus plugin RTP extensions.

Field Documentation

int8_t janus_plugin_rtp_extensions::audio_level

Audio level, in DB (0-127, 127=silence); -1 means no extension.

gboolean janus_plugin_rtp_extensions::audio_level_vad

Whether the encoder detected voice activity (part of audio-level extension)

Note
Browsers apparently always set this to 1, so it's unreliable and should be ignored
gboolean janus_plugin_rtp_extensions::video_back_camera

Whether the video orientation extension says this is the back camera.

Note
Will be ignored if no rotation value is set
gboolean janus_plugin_rtp_extensions::video_flipped

Whether the video orientation extension says it's flipped horizontally.

Note
Will be ignored if no rotation value is set
int16_t janus_plugin_rtp_extensions::video_rotation

Video orientation rotation (0, 90, 180, 270); -1 means no extension.


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