pub type Audio { AAC FLAC MPEG MP3 WEBM Custom(String) }
AAC
FLAC
MPEG
MP3
WEBM
Custom(String)
pub const type_name: String = "audio"
pub fn to_string(audio: Audio) -> String