Struct ao_rs::Device [] [src]

pub struct Device { /* fields omitted */ }

Ao device.

Methods

impl Device
[src]

[src]

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

[src]

Plays the given PCM data using the specified format.

Trait Implementations

impl Drop for Device
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Device

impl !Sync for Device