pub enum Level {
Show 13 variants
L1 = 30,
L2 = 60,
L2_1 = 63,
L3 = 90,
L3_1 = 93,
L4 = 120,
L4_1 = 123,
L5 = 150,
L5_1 = 153,
L5_2 = 156,
L6 = 180,
L6_1 = 183,
L6_2 = 186,
}
Expand description
H265 levels as defined by table A.8.
general_level_idc
and sub_layer_level_idc[ OpTid ]
shall be set equal to a
value of 30 times the level number specified in Table A.8
Variants§
L1 = 30
L2 = 60
L2_1 = 63
L3 = 90
L3_1 = 93
L4 = 120
L4_1 = 123
L5 = 150
L5_1 = 153
L5_2 = 156
L6 = 180
L6_1 = 183
L6_2 = 186
Trait Implementations§
Source§impl Ord for Level
impl Ord for Level
Source§impl PartialOrd for Level
impl PartialOrd for Level
impl Copy for Level
impl Eq for Level
impl StructuralPartialEq for Level
Auto Trait Implementations§
impl Freeze for Level
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnwindSafe for Level
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