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

application/ogg

audio/mpeg

video/webm

audio/webm audio only

Trait Implementations

impl Copy for ShoutFormat
[src]

impl Clone for ShoutFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShoutFormat
[src]

Formats the value using the given formatter.