[][src]Trait general_audio_static::AudioHandle

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

Required methods

fn set_volume(&self, volume: f32)

fn volume(&self) -> f32

fn pause(&self)

fn play(&self)

fn background(self)

Loading content...

Implementations on Foreign Types

impl<H> AudioHandle for Option<H> where
    H: AudioHandle
[src]

Loading content...

Implementors

impl AudioHandle for StaticHandle[src]

Loading content...