Struct ggez::audio::Source [] [src]

pub struct Source { /* fields omitted */ }

A source of audio data connected to a particular Channel. Will stop playing when dropped.

Methods

impl Source
[src]

[src]

Create a new Source from the given file.

[src]

Creates a new Source using the given SoundData object.

[src]

Plays the Source.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Source
[src]

[src]

Formats the value using the given formatter.