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