Struct sdl2::AudioSubsystem [] [src]

pub struct AudioSubsystem { /* fields omitted */ }

Methods

impl AudioSubsystem
[src]

[src]

Obtain an SDL context.

impl AudioSubsystem
[src]

[src]

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

[src]

Opens a new audio device for capture (given the desired parameters and callback). Supported since SDL 2.0.5

[src]

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

[src]

[src]

[src]

Trait Implementations

impl Debug for AudioSubsystem
[src]

[src]

Formats the value using the given formatter.

impl Clone for AudioSubsystem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more