#[repr(u8)]pub enum CodecID {
SorensonH263,
Screen1,
VP6,
VP6Alpha,
Screen2,
AVC,
RealH263,
Hevc,
Unknown(u8),
}Expand description
The code identifier of video.
Variants§
SorensonH263
2, SorensonH263
Screen1
3, Screen1
VP6
4, VP6
VP6Alpha
5, VP6Alpha
Screen2
6, Screen2
AVC
7, MPEG-4 Part 10 AVC / H.264
RealH263
8, REAL H263
Hevc
Unknown(u8)
Unknown codec ID.
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 UnsafeUnpin 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