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
AlignedNotAligned
Trait Implementations
impl PartialEq for DataAlignment[src]
fn eq(&self, __arg_0: &DataAlignment) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.