Struct afi::Audio [] [src]

pub struct Audio { /* fields omitted */ }

A sound or music.

Methods

impl Audio
[src]

[src]

Create a new Audio from samples.

[src]

Get a sample at a specific index.

[src]

Get an index for a specific point in time since the beginning of the sound.

Trait Implementations

impl Clone for Audio
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Audio

impl Sync for Audio