Struct ggez::audio::AudioContext[][src]

pub struct AudioContext { /* fields omitted */ }

A struct that contains all information for tracking sound info.

You generally don't have to create this yourself, it will be part of your Context object.

Methods

impl AudioContext
[src]

Create new AudioContext.

Trait Implementations

impl Debug for AudioContext
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations