C# Class Studio.MixerStrip

Inheritance: HandleBase
Datei anzeigen Open project: TrinityUniversityGameDesign/GitPlayground

Public Methods

Method Description
MixerStrip ( IntPtr raw )
getFaderLevel ( float &volume ) : RESULT
getID ( GUID &id ) : RESULT
getLoadingState ( LOADING_STATE &state ) : RESULT
getPath ( string &path ) : RESULT
getPaused ( bool &paused ) : RESULT
release ( ) : RESULT
setFaderLevel ( float volume ) : RESULT
setPaused ( bool paused ) : RESULT
stopAllEvents ( STOP_MODE mode ) : RESULT

Private Methods

Method Description
FMOD_Studio_MixerStrip_GetFaderLevel ( IntPtr strip, float &value ) : RESULT
FMOD_Studio_MixerStrip_GetID ( IntPtr strip, GUID &id ) : RESULT
FMOD_Studio_MixerStrip_GetLoadingState ( IntPtr strip, LOADING_STATE &state ) : RESULT
FMOD_Studio_MixerStrip_GetPath ( IntPtr strip, [ path, int size, int &retrieved ) : RESULT
FMOD_Studio_MixerStrip_GetPaused ( IntPtr strip, int &paused ) : RESULT
FMOD_Studio_MixerStrip_Release ( IntPtr strip ) : RESULT
FMOD_Studio_MixerStrip_SetFaderLevel ( IntPtr strip, float value ) : RESULT
FMOD_Studio_MixerStrip_SetPaused ( IntPtr strip, int paused ) : RESULT
FMOD_Studio_MixerStrip_StopAllEvents ( IntPtr strip, STOP_MODE mode ) : RESULT

Method Details

MixerStrip() public method

public MixerStrip ( IntPtr raw )
raw System.IntPtr

getFaderLevel() public method

public getFaderLevel ( float &volume ) : RESULT
volume float
return RESULT

getID() public method

public getID ( GUID &id ) : RESULT
id GUID
return RESULT

getLoadingState() public method

public getLoadingState ( LOADING_STATE &state ) : RESULT
state LOADING_STATE
return RESULT

getPath() public method

public getPath ( string &path ) : RESULT
path string
return RESULT

getPaused() public method

public getPaused ( bool &paused ) : RESULT
paused bool
return RESULT

release() public method

public release ( ) : RESULT
return RESULT

setFaderLevel() public method

public setFaderLevel ( float volume ) : RESULT
volume float
return RESULT

setPaused() public method

public setPaused ( bool paused ) : RESULT
paused bool
return RESULT

stopAllEvents() public method

public stopAllEvents ( STOP_MODE mode ) : RESULT
mode STOP_MODE
return RESULT