Enum mpeg2ts_reader::pes::DataAlignment[][src]

pub enum DataAlignment {
    Aligned,
    NotAligned,
}

Indicates if the start of some 'unit' of Elementary Stream content is immediately at the start of the PES packet payload.

Returned by PesParsedContents.data_alignment_indicator()

Variants

Trait Implementations

impl PartialEq for DataAlignment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DataAlignment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations