Enum h264_reader::nal::sps::Profile
source · pub enum Profile {
Show 15 variants
Unknown(u8),
Baseline,
Main,
High,
High422,
High10,
High444,
Extended,
ScalableBase,
ScalableHigh,
MultiviewHigh,
StereoHigh,
MFCDepthHigh,
MultiviewDepthHigh,
EnhancedMultiviewDepthHigh,
}Variants§
Unknown(u8)
Baseline
Main
High
High422
High10
High444
Extended
ScalableBase
ScalableHigh
MultiviewHigh
StereoHigh
MFCDepthHigh
MultiviewDepthHigh
EnhancedMultiviewDepthHigh
Implementations§
source§impl Profile
impl Profile
pub fn from_profile_idc(profile_idc: ProfileIdc) -> Profile
pub fn profile_idc(&self) -> u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
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