Struct amethyst_audio::OggFormat [] [src]

pub struct OggFormat;

Loads audio from Ogg Vorbis files

Trait Implementations

impl Clone for OggFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl SimpleFormat<Audio> for OggFormat
[src]

NAME: &'static str = "OGG"

A unique identifier for this format.

Options specific to the format, which are passed to import. E.g. for textures this would be stuff like mipmap levels and sampler info. Read more

[src]

Produces asset data from given bytes.

Auto Trait Implementations

impl Send for OggFormat

impl Sync for OggFormat