pub enum VideoCodecSpecific {
AVCConfig(TryVec<u8>),
VPxConfig(VPxConfigBox),
AV1Config(AV1ConfigBox),
ESDSConfig(TryVec<u8>),
H263Config(TryVec<u8>),
}
Variants§
AVCConfig(TryVec<u8>)
VPxConfig(VPxConfigBox)
AV1Config(AV1ConfigBox)
ESDSConfig(TryVec<u8>)
H263Config(TryVec<u8>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoCodecSpecific
impl RefUnwindSafe for VideoCodecSpecific
impl Send for VideoCodecSpecific
impl Sync for VideoCodecSpecific
impl Unpin for VideoCodecSpecific
impl UnwindSafe for VideoCodecSpecific
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