//! Common types used in the FLV format.
usenutype_enum::nutype_enum;nutype_enum!{/// Type of multitrack.
////// Used by both audio and video pipeline.
pubenumAvMultitrackType(u8) {/// One track.
OneTrack =0,/// Many tracks with one codec.
ManyTracks =1,/// Many tracks with many codecs.
ManyTracksManyCodecs =2,}}