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
Meta(BTreeMap<(String, String), String>)StreamBit(StreamBit)EndStream