Method |
Description |
|
FMOD_Studio_EventDescription_CreateInstance ( IntPtr eventdescription, IntPtr &instance ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetID ( IntPtr eventdescription, [ id ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetInstanceCount ( IntPtr eventdescription, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetInstanceList ( IntPtr eventdescription, IntPtr array, int capacity, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetLength ( IntPtr eventdescription, int &length ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetMaximumDistance ( IntPtr eventdescription, float &distance ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetMinimumDistance ( IntPtr eventdescription, float &distance ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetParameter ( IntPtr eventdescription, byte name, PARAMETER_DESCRIPTION_INTERNAL ¶meter ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetParameterByIndex ( IntPtr eventdescription, int index, PARAMETER_DESCRIPTION_INTERNAL ¶meter ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetParameterCount ( IntPtr eventdescription, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetPath ( IntPtr eventdescription, [ path, int size, int &retrieved ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetSampleLoadingState ( IntPtr eventdescription, LOADING_STATE &state ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetSoundSize ( IntPtr eventdescription, float &size ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetUserData ( IntPtr eventdescription, IntPtr &userData ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetUserProperty ( IntPtr eventdescription, byte name, USER_PROPERTY_INTERNAL &property ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetUserPropertyByIndex ( IntPtr eventdescription, int index, USER_PROPERTY_INTERNAL &property ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetUserPropertyCount ( IntPtr eventdescription, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_HasCue ( IntPtr eventdescription, bool &cue ) : RESULT |
|
|
FMOD_Studio_EventDescription_Is3D ( IntPtr eventdescription, bool &is3D ) : RESULT |
|
|
FMOD_Studio_EventDescription_IsOneshot ( IntPtr eventdescription, bool &oneshot ) : RESULT |
|
|
FMOD_Studio_EventDescription_IsSnapshot ( IntPtr eventdescription, bool &snapshot ) : RESULT |
|
|
FMOD_Studio_EventDescription_IsStream ( IntPtr eventdescription, bool &isStream ) : RESULT |
|
|
FMOD_Studio_EventDescription_IsValid ( IntPtr eventdescription ) : bool |
|
|
FMOD_Studio_EventDescription_LoadSampleData ( IntPtr eventdescription ) : RESULT |
|
|
FMOD_Studio_EventDescription_ReleaseAllInstances ( IntPtr eventdescription ) : RESULT |
|
|
FMOD_Studio_EventDescription_SetCallback ( IntPtr eventdescription, EVENT_CALLBACK callback, EVENT_CALLBACK_TYPE callbackmask ) : RESULT |
|
|
FMOD_Studio_EventDescription_SetUserData ( IntPtr eventdescription, IntPtr userData ) : RESULT |
|
|
FMOD_Studio_EventDescription_UnloadSampleData ( IntPtr eventdescription ) : RESULT |
|
|