pub enum CtrlType {
Bitrate,
Profile,
Level,
ForceKeyframe,
BitrateMode,
BitratePeak,
PrependSpsPpsToIdr,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CtrlType
impl RefUnwindSafe for CtrlType
impl Send for CtrlType
impl Sync for CtrlType
impl Unpin for CtrlType
impl UnwindSafe for CtrlType
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