Struct ao_rs::Ao [] [src]

pub struct Ao;

Opaque struct for Ao handling. Make sure only one instance of this type is created, and that initialization is done in the main thread.

Methods

impl Ao
[src]

Initializes libao.

Reloads libao.

Trait Implementations

impl Drop for Ao
[src]

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