Skip to main content

Nalu

Type Alias Nalu 

Source
pub type Nalu<'a> = Nalu<'a, NaluHeader>;

Aliased Type§

pub struct Nalu<'a> {
    pub header: NaluHeader,
    pub data: Cow<'a, [u8]>,
    pub size: usize,
    pub offset: usize,
}

Fields§

§header: NaluHeader§data: Cow<'a, [u8]>

The mapping that backs this NALU. Possibly shared with the other NALUs in the Access Unit.

§size: usize§offset: usize