pub enum NaluType {
Show 48 variants
TrailN = 0,
TrailR = 1,
TsaN = 2,
TsaR = 3,
StsaN = 4,
StsaR = 5,
RadlN = 6,
RadlR = 7,
RaslN = 8,
RaslR = 9,
RsvVclN10 = 10,
RsvVclR11 = 11,
RsvVclN12 = 12,
RsvVclR13 = 13,
RsvVclN14 = 14,
RsvVclR15 = 15,
BlaWLp = 16,
BlaWRadl = 17,
BlaNLp = 18,
IdrWRadl = 19,
IdrNLp = 20,
CraNut = 21,
RsvIrapVcl22 = 22,
RsvIrapVcl23 = 23,
RsvVcl24 = 24,
RsvVcl25 = 25,
RsvVcl26 = 26,
RsvVcl27 = 27,
RsvVcl28 = 28,
RsvVcl29 = 29,
RsvVcl30 = 30,
RsvVcl31 = 31,
VpsNut = 32,
SpsNut = 33,
PpsNut = 34,
AudNut = 35,
EosNut = 36,
EobNut = 37,
FdNut = 38,
PrefixSeiNut = 39,
SuffixSeiNut = 40,
RsvNvcl41 = 41,
RsvNvcl42 = 42,
RsvNvcl43 = 43,
RsvNvcl44 = 44,
RsvNvcl45 = 45,
RsvNvcl46 = 46,
RsvNvcl47 = 47,
}
Expand description
Table 7-1 – NAL unit type codes and NAL unit type classes
Variants§
TrailN = 0
TrailR = 1
TsaN = 2
TsaR = 3
StsaN = 4
StsaR = 5
RadlN = 6
RadlR = 7
RaslN = 8
RaslR = 9
RsvVclN10 = 10
RsvVclR11 = 11
RsvVclN12 = 12
RsvVclR13 = 13
RsvVclN14 = 14
RsvVclR15 = 15
BlaWLp = 16
BlaWRadl = 17
BlaNLp = 18
IdrWRadl = 19
IdrNLp = 20
CraNut = 21
RsvIrapVcl22 = 22
RsvIrapVcl23 = 23
RsvVcl24 = 24
RsvVcl25 = 25
RsvVcl26 = 26
RsvVcl27 = 27
RsvVcl28 = 28
RsvVcl29 = 29
RsvVcl30 = 30
RsvVcl31 = 31
VpsNut = 32
SpsNut = 33
PpsNut = 34
AudNut = 35
EosNut = 36
EobNut = 37
FdNut = 38
PrefixSeiNut = 39
SuffixSeiNut = 40
RsvNvcl41 = 41
RsvNvcl42 = 42
RsvNvcl43 = 43
RsvNvcl44 = 44
RsvNvcl45 = 45
RsvNvcl46 = 46
RsvNvcl47 = 47
Implementations§
Trait Implementations§
Source§impl Ord for NaluType
impl Ord for NaluType
Source§impl PartialOrd for NaluType
impl PartialOrd for NaluType
impl Copy for NaluType
impl Eq for NaluType
impl StructuralPartialEq for NaluType
Auto Trait Implementations§
impl Freeze for NaluType
impl RefUnwindSafe for NaluType
impl Send for NaluType
impl Sync for NaluType
impl Unpin for NaluType
impl UnwindSafe for NaluType
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