Trait general_audio_static::AudioHandle[][src]

pub trait AudioHandle {
    fn set_volume(&self, volume: f32);
fn volume(&self) -> f32;
fn pause(&self);
fn play(&self);
fn background(self); }

Required methods

Implementations on Foreign Types

Implementors