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... | |
Janus plugin RTP extensions.
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)
gboolean janus_plugin_rtp_extensions::video_back_camera |
Whether the video orientation extension says this is the back camera.
gboolean janus_plugin_rtp_extensions::video_flipped |
Whether the video orientation extension says it's flipped horizontally.
int16_t janus_plugin_rtp_extensions::video_rotation |
Video orientation rotation (0, 90, 180, 270); -1 means no extension.