Struct ao_rs::Device [] [src]

pub struct Device { /* fields omitted */ }

Ao device.

Methods

impl Device
[src]

Creates a new device using the given driver, format, and settings.

Plays the given PCM data using the specified format.

Trait Implementations

impl Drop for Device
[src]

A method called when the value goes out of scope. Read more