Enum opus_parse::FlatStreamBit [] [src]

pub enum FlatStreamBit {
    Meta(BTreeMap<(String, String), String>),
    StreamBit(StreamBit),
    EndStream,
}

An event from the whole file including metadata.

Variants

Trait Implementations

impl Debug for FlatStreamBit
[src]

[src]

Formats the value using the given formatter.