Enum shout::ShoutProtocol [] [src]

pub enum ShoutProtocol {
    HTTP,
    XAudioCast,
    Icy,
    RoarAudio,
}

Type representing the protocol to use for libshout

Variants

Trait Implementations

impl Copy for ShoutProtocol
[src]

impl Clone for ShoutProtocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShoutProtocol
[src]

Formats the value using the given formatter.