Struct amethyst_audio::FlacFormat [−][src]
pub struct FlacFormat;
Loads audio from Flac files.
Trait Implementations
impl Clone for FlacFormat[src]
impl Clone for FlacFormatfn clone(&self) -> FlacFormat[src]
fn clone(&self) -> FlacFormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl SimpleFormat<Audio> for FlacFormat[src]
impl SimpleFormat<Audio> for FlacFormatconst NAME: &'static str
NAME: &'static str = "FLAC"
A unique identifier for this format.
type Options = ()
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
fn import(&self, bytes: Vec<u8>, _: ()) -> Result<AudioData>[src]
fn import(&self, bytes: Vec<u8>, _: ()) -> Result<AudioData>Produces asset data from given bytes.
Auto Trait Implementations
impl Send for FlacFormat
impl Send for FlacFormatimpl Sync for FlacFormat
impl Sync for FlacFormat