pub struct FrameCryptor { /* private fields */ }Implementations§
Source§impl FrameCryptor
impl FrameCryptor
pub fn set_enabled(&self, enabled: bool)
pub fn enabled(&self) -> bool
pub fn set_key_index(&self, index: i32)
pub fn key_index(&self) -> i32
pub fn participant_id(&self) -> String
pub fn register_observer(&self, observer: Box<RtcFrameCryptorObserverWrapper>)
pub fn unregister_observer(&self)
Trait Implementations§
Source§impl ExternType for FrameCryptor
impl ExternType for FrameCryptor
impl Send for FrameCryptor
impl Sync for FrameCryptor
Auto Trait Implementations§
impl !Freeze for FrameCryptor
impl RefUnwindSafe for FrameCryptor
impl !Unpin for FrameCryptor
impl UnwindSafe for FrameCryptor
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