#[repr(C)]pub struct PluginRtpExtensions {
pub audio_level: i8,
pub audio_level_vad: i8,
pub video_rotation: i16,
pub video_back_camera: i8,
pub video_flipped: i8,
}
Fields§
§audio_level: i8
§audio_level_vad: i8
§video_rotation: i16
§video_back_camera: i8
§video_flipped: i8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for janus_plugin_rtp_extensions
impl RefUnwindSafe for janus_plugin_rtp_extensions
impl Send for janus_plugin_rtp_extensions
impl Sync for janus_plugin_rtp_extensions
impl Unpin for janus_plugin_rtp_extensions
impl UnwindSafe for janus_plugin_rtp_extensions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more