Struct sdl2::audio::AudioSpecWAV [] [src]

pub struct AudioSpecWAV {
    pub freq: i32,
    pub format: AudioFormat,
    pub channels: u8,
    // some fields omitted
}

Fields

Methods

impl AudioSpecWAV
[src]

[src]

Loads a WAVE from the file path.

[src]

Loads a WAVE from the data source.

[src]

Trait Implementations

impl Drop for AudioSpecWAV
[src]

[src]

Executes the destructor for this type. Read more