Enum ao::DriverType [-]  [+] [src]

pub enum DriverType {
    Live,
    File,
}

The output type of a driver.

Variants

Live

Live playback, such as a local sound card.

File

File output, such as to a wav file on disk.

Trait Implementations

impl Copy for DriverType

Derived Implementations

impl Debug for DriverType

fn fmt(&self, __arg_0: &mut Formatter) -> Result