Enum shout::ShoutFormat [] [src]

pub enum ShoutFormat {
    Ogg,
    MP3,
    Webm,
    WebmAudio,
}

Type representing the format of data to be streamed to the host is

Variants

Ogg

application/ogg

MP3

audio/mpeg

Webm

video/webm

WebmAudio

audio/webm audio only