Struct ggez::audio::Sound [] [src]

pub struct Sound { /* fields omitted */ }

A source of audio data.

Methods

impl Sound
[src]

Load a new Sound

Play a sound on the first available Channel.

Returns a Channel, which can be used to manipulate the playback, eg pause, stop, restart, etc.

Trait Implementations

impl Debug for Sound
[src]

Formats the value using the given formatter.