Struct rfmod::Sys
[−]
[src]
pub struct Sys {
// some fields omitted
}FMOD System Object
Methods
impl Sys[src]
fn new() -> Result<Sys, Result>
fn init(&self) -> Result
fn init_with_parameters(&self, max_channels: i32, InitFlag: InitFlag) -> Result
fn update(&self) -> Result
fn release(&mut self) -> Result
fn create_sound(&self, music: &str, options: Option<Mode>, exinfo: Option<&mut CreateSoundexInfo>) -> Result<Sound, Result>
If music is empty, null is sent