pub trait Open {
    fn open(_: Option<String>, format: AudioFormat) -> Self;
}

Required Methods

Implementors