pub enum CodecId {
Jpeg = 1,
H263 = 2,
ScreenVideo = 3,
Vp6 = 4,
Vp6WithAlpha = 5,
ScreenVideoV2 = 6,
Avc = 7,
}Expand description
Video codec identifier.
Variants§
Jpeg = 1
JPEG (currently unused)
H263 = 2
Sorenson H.263
ScreenVideo = 3
Screen Video
Vp6 = 4
On2 VP6
Vp6WithAlpha = 5
On2 VP6 with alpha channel
ScreenVideoV2 = 6
Screen video version 2
Avc = 7
AVC
Trait Implementations§
impl Copy for CodecId
impl Eq for CodecId
impl StructuralPartialEq for CodecId
Auto Trait Implementations§
impl Freeze for CodecId
impl RefUnwindSafe for CodecId
impl Send for CodecId
impl Sync for CodecId
impl Unpin for CodecId
impl UnwindSafe for CodecId
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