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