Struct sdl2::AudioSubsystem [] [src]

pub struct AudioSubsystem { /* fields omitted */ }

Methods

impl AudioSubsystem
[src]

Obtain an SDL context.

impl AudioSubsystem
[src]

Opens a new audio device given the desired parameters and callback.

Opens a new audio device which uses queueing rather than older callback method.

Trait Implementations

impl Debug for AudioSubsystem
[src]

Formats the value using the given formatter.

impl Clone for AudioSubsystem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more