|
RESULT | getDescription (out EventDescription description) |
|
RESULT | getVolume (out float volume) |
|
RESULT | getVolume (out float volume, out float finalvolume) |
|
RESULT | setVolume (float volume) |
|
RESULT | getPitch (out float pitch) |
|
RESULT | getPitch (out float pitch, out float finalpitch) |
|
RESULT | setPitch (float pitch) |
|
RESULT | get3DAttributes (out ATTRIBUTES_3D attributes) |
|
RESULT | set3DAttributes (ATTRIBUTES_3D attributes) |
|
RESULT | getListenerMask (out uint mask) |
|
RESULT | setListenerMask (uint mask) |
|
RESULT | getProperty (EVENT_PROPERTY index, out float value) |
|
RESULT | setProperty (EVENT_PROPERTY index, float value) |
|
RESULT | getReverbLevel (int index, out float level) |
|
RESULT | setReverbLevel (int index, float level) |
|
RESULT | getPaused (out bool paused) |
|
RESULT | setPaused (bool paused) |
|
RESULT | start () |
|
RESULT | stop (STOP_MODE mode) |
|
RESULT | getTimelinePosition (out int position) |
|
RESULT | setTimelinePosition (int position) |
|
RESULT | getPlaybackState (out PLAYBACK_STATE state) |
|
RESULT | getChannelGroup (out FMOD.ChannelGroup group) |
|
RESULT | getMinMaxDistance (out float min, out float max) |
|
RESULT | release () |
|
RESULT | isVirtual (out bool virtualstate) |
|
RESULT | getParameterByID (PARAMETER_ID id, out float value) |
|
RESULT | getParameterByID (PARAMETER_ID id, out float value, out float finalvalue) |
|
RESULT | setParameterByID (PARAMETER_ID id, float value, bool ignoreseekspeed=false) |
|
RESULT | setParameterByIDWithLabel (PARAMETER_ID id, string label, bool ignoreseekspeed=false) |
|
RESULT | setParametersByIDs (PARAMETER_ID[] ids, float[] values, int count, bool ignoreseekspeed=false) |
|
RESULT | getParameterByName (string name, out float value) |
|
RESULT | getParameterByName (string name, out float value, out float finalvalue) |
|
RESULT | setParameterByName (string name, float value, bool ignoreseekspeed=false) |
|
RESULT | setParameterByNameWithLabel (string name, string label, bool ignoreseekspeed=false) |
|
RESULT | keyOff () |
|
RESULT | setCallback (EVENT_CALLBACK callback, EVENT_CALLBACK_TYPE callbackmask=EVENT_CALLBACK_TYPE.ALL) |
|
RESULT | getUserData (out IntPtr userdata) |
|
RESULT | setUserData (IntPtr userdata) |
|
RESULT | getCPUUsage (out uint exclusive, out uint inclusive) |
|
RESULT | getMemoryUsage (out MEMORY_USAGE memoryusage) |
|
| EventInstance (IntPtr ptr) |
|
bool | hasHandle () |
|
void | clearHandle () |
|
bool | isValid () |
|
|
static bool | FMOD_Studio_EventInstance_IsValid (IntPtr _event) |
|
static RESULT | FMOD_Studio_EventInstance_GetDescription (IntPtr _event, out IntPtr description) |
|
static RESULT | FMOD_Studio_EventInstance_GetVolume (IntPtr _event, out float volume, IntPtr zero) |
|
static RESULT | FMOD_Studio_EventInstance_GetVolume (IntPtr _event, out float volume, out float finalvolume) |
|
static RESULT | FMOD_Studio_EventInstance_SetVolume (IntPtr _event, float volume) |
|
static RESULT | FMOD_Studio_EventInstance_GetPitch (IntPtr _event, out float pitch, IntPtr zero) |
|
static RESULT | FMOD_Studio_EventInstance_GetPitch (IntPtr _event, out float pitch, out float finalpitch) |
|
static RESULT | FMOD_Studio_EventInstance_SetPitch (IntPtr _event, float pitch) |
|
static RESULT | FMOD_Studio_EventInstance_Get3DAttributes (IntPtr _event, out ATTRIBUTES_3D attributes) |
|
static RESULT | FMOD_Studio_EventInstance_Set3DAttributes (IntPtr _event, ref ATTRIBUTES_3D attributes) |
|
static RESULT | FMOD_Studio_EventInstance_GetListenerMask (IntPtr _event, out uint mask) |
|
static RESULT | FMOD_Studio_EventInstance_SetListenerMask (IntPtr _event, uint mask) |
|
static RESULT | FMOD_Studio_EventInstance_GetProperty (IntPtr _event, EVENT_PROPERTY index, out float value) |
|
static RESULT | FMOD_Studio_EventInstance_SetProperty (IntPtr _event, EVENT_PROPERTY index, float value) |
|
static RESULT | FMOD_Studio_EventInstance_GetReverbLevel (IntPtr _event, int index, out float level) |
|
static RESULT | FMOD_Studio_EventInstance_SetReverbLevel (IntPtr _event, int index, float level) |
|
static RESULT | FMOD_Studio_EventInstance_GetPaused (IntPtr _event, out bool paused) |
|
static RESULT | FMOD_Studio_EventInstance_SetPaused (IntPtr _event, bool paused) |
|
static RESULT | FMOD_Studio_EventInstance_Start (IntPtr _event) |
|
static RESULT | FMOD_Studio_EventInstance_Stop (IntPtr _event, STOP_MODE mode) |
|
static RESULT | FMOD_Studio_EventInstance_GetTimelinePosition (IntPtr _event, out int position) |
|
static RESULT | FMOD_Studio_EventInstance_SetTimelinePosition (IntPtr _event, int position) |
|
static RESULT | FMOD_Studio_EventInstance_GetPlaybackState (IntPtr _event, out PLAYBACK_STATE state) |
|
static RESULT | FMOD_Studio_EventInstance_GetChannelGroup (IntPtr _event, out IntPtr group) |
|
static RESULT | FMOD_Studio_EventInstance_GetMinMaxDistance (IntPtr _event, out float min, out float max) |
|
static RESULT | FMOD_Studio_EventInstance_Release (IntPtr _event) |
|
static RESULT | FMOD_Studio_EventInstance_IsVirtual (IntPtr _event, out bool virtualstate) |
|
static RESULT | FMOD_Studio_EventInstance_GetParameterByName (IntPtr _event, byte[] name, out float value, out float finalvalue) |
|
static RESULT | FMOD_Studio_EventInstance_SetParameterByName (IntPtr _event, byte[] name, float value, bool ignoreseekspeed) |
|
static RESULT | FMOD_Studio_EventInstance_SetParameterByNameWithLabel (IntPtr _event, byte[] name, byte[] label, bool ignoreseekspeed) |
|
static RESULT | FMOD_Studio_EventInstance_GetParameterByID (IntPtr _event, PARAMETER_ID id, out float value, out float finalvalue) |
|
static RESULT | FMOD_Studio_EventInstance_SetParameterByID (IntPtr _event, PARAMETER_ID id, float value, bool ignoreseekspeed) |
|
static RESULT | FMOD_Studio_EventInstance_SetParameterByIDWithLabel (IntPtr _event, PARAMETER_ID id, byte[] label, bool ignoreseekspeed) |
|
static RESULT | FMOD_Studio_EventInstance_SetParametersByIDs (IntPtr _event, PARAMETER_ID[] ids, float[] values, int count, bool ignoreseekspeed) |
|
static RESULT | FMOD_Studio_EventInstance_KeyOff (IntPtr _event) |
|
static RESULT | FMOD_Studio_EventInstance_SetCallback (IntPtr _event, EVENT_CALLBACK callback, EVENT_CALLBACK_TYPE callbackmask) |
|
static RESULT | FMOD_Studio_EventInstance_GetUserData (IntPtr _event, out IntPtr userdata) |
|
static RESULT | FMOD_Studio_EventInstance_SetUserData (IntPtr _event, IntPtr userdata) |
|
static RESULT | FMOD_Studio_EventInstance_GetCPUUsage (IntPtr _event, out uint exclusive, out uint inclusive) |
|
static RESULT | FMOD_Studio_EventInstance_GetMemoryUsage (IntPtr _event, out MEMORY_USAGE memoryusage) |
|