Struct wavefile::WaveFile [] [src]

pub struct WaveFile {
    pub info: WaveInfo,
    // some fields omitted
}

Fields

info: WaveInfo

Methods

impl WaveFile
[src]

fn open<S: Into<String>>(path: S) -> Result<WaveFileWaveError>

fn iter(&self) -> WaveFileIterator