Method | Description | |
---|---|---|
EventInstance ( |
||
get3DAttributes ( FMOD.Studio.ATTRIBUTES_3D &attributes ) : RESULT | ||
getChannelGroup ( FMOD &group ) : RESULT | ||
getDescription ( |
||
getListenerMask ( uint &mask ) : RESULT | ||
getParameter ( string name, |
||
getParameterByIndex ( int index, |
||
getParameterCount ( int &count ) : RESULT | ||
getParameterValue ( string name, float &value ) : RESULT | ||
getParameterValueByIndex ( int index, float &value ) : RESULT | ||
getPaused ( bool &paused ) : RESULT | ||
getPitch ( float &pitch ) : RESULT | ||
getPlaybackState ( PLAYBACK_STATE &state ) : RESULT | ||
getProperty ( EVENT_PROPERTY index, float &value ) : RESULT | ||
getTimelinePosition ( int &position ) : RESULT | ||
getUserData ( |
||
getVolume ( float &volume ) : RESULT | ||
isVirtual ( bool &virtualState ) : RESULT | ||
release ( ) : RESULT | ||
set3DAttributes ( FMOD.Studio.ATTRIBUTES_3D attributes ) : RESULT | ||
setCallback ( EVENT_CALLBACK callback, EVENT_CALLBACK_TYPE callbackmask = EVENT_CALLBACK_TYPE.ALL ) : RESULT | ||
setListenerMask ( uint mask ) : RESULT | ||
setParameterValue ( string name, float value ) : RESULT | ||
setParameterValueByIndex ( int index, float value ) : RESULT | ||
setPaused ( bool paused ) : RESULT | ||
setPitch ( float pitch ) : RESULT | ||
setProperty ( EVENT_PROPERTY index, float value ) : RESULT | ||
setTimelinePosition ( int position ) : RESULT | ||
setUserData ( |
||
setVolume ( float volume ) : RESULT | ||
start ( ) : RESULT | ||
stop ( STOP_MODE mode ) : RESULT | ||
triggerCue ( ) : RESULT |
Method | Description | |
---|---|---|
isValidInternal ( ) : bool |
Method | Description | |
---|---|---|
FMOD_Studio_EventInstance_Get3DAttributes ( |
||
FMOD_Studio_EventInstance_GetChannelGroup ( |
||
FMOD_Studio_EventInstance_GetDescription ( |
||
FMOD_Studio_EventInstance_GetListenerMask ( |
||
FMOD_Studio_EventInstance_GetParameter ( |
||
FMOD_Studio_EventInstance_GetParameterByIndex ( |
||
FMOD_Studio_EventInstance_GetParameterCount ( |
||
FMOD_Studio_EventInstance_GetParameterValue ( |
||
FMOD_Studio_EventInstance_GetParameterValueByIndex ( |
||
FMOD_Studio_EventInstance_GetPaused ( |
||
FMOD_Studio_EventInstance_GetPitch ( |
||
FMOD_Studio_EventInstance_GetPlaybackState ( |
||
FMOD_Studio_EventInstance_GetProperty ( |
||
FMOD_Studio_EventInstance_GetTimelinePosition ( |
||
FMOD_Studio_EventInstance_GetUserData ( |
||
FMOD_Studio_EventInstance_GetVolume ( |
||
FMOD_Studio_EventInstance_IsValid ( |
||
FMOD_Studio_EventInstance_IsVirtual ( |
||
FMOD_Studio_EventInstance_Release ( |
||
FMOD_Studio_EventInstance_Set3DAttributes ( |
||
FMOD_Studio_EventInstance_SetCallback ( |
||
FMOD_Studio_EventInstance_SetListenerMask ( |
||
FMOD_Studio_EventInstance_SetParameterValue ( |
||
FMOD_Studio_EventInstance_SetParameterValueByIndex ( |
||
FMOD_Studio_EventInstance_SetPaused ( |
||
FMOD_Studio_EventInstance_SetPitch ( |
||
FMOD_Studio_EventInstance_SetProperty ( |
||
FMOD_Studio_EventInstance_SetTimelinePosition ( |
||
FMOD_Studio_EventInstance_SetUserData ( |
||
FMOD_Studio_EventInstance_SetVolume ( |
||
FMOD_Studio_EventInstance_Start ( |
||
FMOD_Studio_EventInstance_Stop ( |
||
FMOD_Studio_EventInstance_TriggerCue ( |
public EventInstance ( |
||
raw | ||
return |
public get3DAttributes ( FMOD.Studio.ATTRIBUTES_3D &attributes ) : RESULT | ||
attributes | FMOD.Studio.ATTRIBUTES_3D | |
return | RESULT |
public getChannelGroup ( FMOD &group ) : RESULT | ||
group | FMOD | |
return | RESULT |
public getDescription ( |
||
description | ||
return | RESULT |
public getListenerMask ( uint &mask ) : RESULT | ||
mask | uint | |
return | RESULT |
public getParameter ( string name, |
||
name | string | |
instance | ||
return | RESULT |
public getParameterByIndex ( int index, |
||
index | int | |
instance | ||
return | RESULT |
public getParameterCount ( int &count ) : RESULT | ||
count | int | |
return | RESULT |
public getParameterValue ( string name, float &value ) : RESULT | ||
name | string | |
value | float | |
return | RESULT |
public getParameterValueByIndex ( int index, float &value ) : RESULT | ||
index | int | |
value | float | |
return | RESULT |
public getPlaybackState ( PLAYBACK_STATE &state ) : RESULT | ||
state | PLAYBACK_STATE | |
return | RESULT |
public getProperty ( EVENT_PROPERTY index, float &value ) : RESULT | ||
index | EVENT_PROPERTY | |
value | float | |
return | RESULT |
public getTimelinePosition ( int &position ) : RESULT | ||
position | int | |
return | RESULT |
public getUserData ( |
||
userData | ||
return | RESULT |
public isVirtual ( bool &virtualState ) : RESULT | ||
virtualState | bool | |
return | RESULT |
public set3DAttributes ( FMOD.Studio.ATTRIBUTES_3D attributes ) : RESULT | ||
attributes | FMOD.Studio.ATTRIBUTES_3D | |
return | RESULT |
public setCallback ( EVENT_CALLBACK callback, EVENT_CALLBACK_TYPE callbackmask = EVENT_CALLBACK_TYPE.ALL ) : RESULT | ||
callback | EVENT_CALLBACK | |
callbackmask | EVENT_CALLBACK_TYPE | |
return | RESULT |
public setListenerMask ( uint mask ) : RESULT | ||
mask | uint | |
return | RESULT |
public setParameterValue ( string name, float value ) : RESULT | ||
name | string | |
value | float | |
return | RESULT |
public setParameterValueByIndex ( int index, float value ) : RESULT | ||
index | int | |
value | float | |
return | RESULT |
public setProperty ( EVENT_PROPERTY index, float value ) : RESULT | ||
index | EVENT_PROPERTY | |
value | float | |
return | RESULT |
public setTimelinePosition ( int position ) : RESULT | ||
position | int | |
return | RESULT |
public setUserData ( |
||
userData | ||
return | RESULT |