Метод |
Описание |
|
FMOD_Studio_Bus_GetChannelGroup ( IntPtr bus, IntPtr &group ) : RESULT |
|
|
FMOD_Studio_Bus_GetFaderLevel ( IntPtr bus, float &value ) : RESULT |
|
|
FMOD_Studio_Bus_GetID ( IntPtr bus, [ id ) : RESULT |
|
|
FMOD_Studio_Bus_GetMute ( IntPtr bus, bool &mute ) : RESULT |
|
|
FMOD_Studio_Bus_GetPath ( IntPtr bus, [ path, int size, int &retrieved ) : RESULT |
|
|
FMOD_Studio_Bus_GetPaused ( IntPtr bus, bool &paused ) : RESULT |
|
|
FMOD_Studio_Bus_IsValid ( IntPtr bus ) : bool |
|
|
FMOD_Studio_Bus_LockChannelGroup ( IntPtr bus ) : RESULT |
|
|
FMOD_Studio_Bus_SetFaderLevel ( IntPtr bus, float value ) : RESULT |
|
|
FMOD_Studio_Bus_SetMute ( IntPtr bus, bool mute ) : RESULT |
|
|
FMOD_Studio_Bus_SetPaused ( IntPtr bus, bool paused ) : RESULT |
|
|
FMOD_Studio_Bus_StopAllEvents ( IntPtr bus, STOP_MODE mode ) : RESULT |
|
|
FMOD_Studio_Bus_UnlockChannelGroup ( IntPtr bus ) : RESULT |
|
|