Enum shout::ShoutAudioInfo [] [src]

pub enum ShoutAudioInfo {
    BitRate(String),
    SampleRate(String),
    Channels(String),
    Quality(String),
}

Type representing information about the audio data to be sent to the host

Variants

Trait Implementations

impl Clone for ShoutAudioInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShoutAudioInfo
[src]

Formats the value using the given formatter.