Trait general_audio_static::AudioHandle[][src]

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

Required methods

pub fn set_volume(&self, volume: f32)[src]

pub fn volume(&self) -> f32[src]

pub fn pause(&self)[src]

pub fn play(&self)[src]

pub fn background(self)[src]

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...