Enum mpeg2ts_reader::pes::FrequencyTruncationCoefficientSelection[][src]

pub enum FrequencyTruncationCoefficientSelection {
    DCNonZero,
    FirstThreeNonZero,
    FirstSixNonZero,
    AllMaybeNonZero,
}

Variants

Trait Implementations

impl Debug for FrequencyTruncationCoefficientSelection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations