Struct ez_audio::AudioLoader[][src]

pub struct AudioLoader<'a, T, I, P> { /* fields omitted */ }
Expand description

A builder that loads an audio file into memory and returns an audio playback handle.

Implementations

Creates a new default audio loader.

Set context.

Set playback device

Set playback volume

Destroys loader and returns a audio handle

Set path to file.

Sets custom userdata

Sets closure to be run when the audio handle reaches the end.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.