Enum webrtc_media::io::h264_reader::NalUnitType [−][src]
pub enum NalUnitType {
Show 16 variants
Unspecified,
CodedSliceNonIdr,
CodedSliceDataPartitionA,
CodedSliceDataPartitionB,
CodedSliceDataPartitionC,
CodedSliceIdr,
SEI,
SPS,
PPS,
AUD,
EndOfSequence,
EndOfStream,
Filler,
SpsExt,
CodedSliceAux,
Reserved,
}
Expand description
NalUnitType is the type of a NAL Enums for NalUnitTypes
Variants
Unspecified
Coded slice of a non-IDR picture
Coded slice data partition A
Coded slice data partition B
Coded slice data partition C
Coded slice of an IDR picture
Supplemental enhancement information (SEI)
Sequence parameter set
Picture parameter set
Access unit delimiter
End of sequence
End of stream
Filler data
Sequence parameter set extension
Coded slice of an auxiliary coded picture without partitioning
Reserved
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NalUnitType
impl Send for NalUnitType
impl Sync for NalUnitType
impl Unpin for NalUnitType
impl UnwindSafe for NalUnitType
Blanket Implementations
Mutably borrows from an owned value. Read more