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. | |
gboolean | audio_level_vad |
Whether the encoder detected voice activity (part of audio-level extension) | |
int16_t | video_rotation |
Video orientation rotation (0, 90, 180, 270); -1 means no extension. | |
gboolean | video_back_camera |
Whether the video orientation extension says this is the back camera. | |
gboolean | video_flipped |
Whether the video orientation extension says it's flipped horizontally. | |
int16_t | min_delay |
Min and max playout delay, if available; -1 means no extension. | |
int16_t | max_delay |
uint8_t | dd_len |
Length of Dependency Descriptor data, if available. | |
uint8_t | dd_content [256] |
Dependency Descriptor content. | |
uint64_t | abs_capture_ts |
Absolute Capture Time timestamp. | |
Janus plugin RTP extensions.
uint64_t janus_plugin_rtp_extensions::abs_capture_ts |
Absolute Capture Time timestamp.
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)
uint8_t janus_plugin_rtp_extensions::dd_content[256] |
Dependency Descriptor content.
uint8_t janus_plugin_rtp_extensions::dd_len |
Length of Dependency Descriptor data, if available.
int16_t janus_plugin_rtp_extensions::max_delay |
int16_t janus_plugin_rtp_extensions::min_delay |
Min and max playout delay, if available; -1 means no 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.