Метод | Описание | |
---|---|---|
CommandReplay ( |
||
getCommandAtTime ( float time, int &commandIndex ) : RESULT | ||
getCommandCount ( int &count ) : RESULT | ||
getCommandInfo ( int commandIndex, COMMAND_INFO &info ) : RESULT | ||
getCommandString ( int commandIndex, string &description ) : RESULT | ||
getCurrentCommand ( int &commandIndex, float ¤tTime ) : RESULT | ||
getLength ( float &totalTime ) : RESULT | ||
getPaused ( bool &paused ) : RESULT | ||
getPlaybackState ( PLAYBACK_STATE &state ) : RESULT | ||
getSystem ( System &system ) : RESULT | ||
getUserData ( IntPtr &userData ) : RESULT | ||
release ( ) : RESULT | ||
seekToCommand ( int commandIndex ) : RESULT | ||
seekToTime ( float time ) : RESULT | ||
setBankPath ( string bankPath ) : RESULT | ||
setCreateInstanceCallback ( COMMANDREPLAY_CREATE_INSTANCE_CALLBACK callback ) : RESULT | ||
setFrameCallback ( COMMANDREPLAY_FRAME_CALLBACK callback ) : RESULT | ||
setLoadBankCallback ( COMMANDREPLAY_LOAD_BANK_CALLBACK callback ) : RESULT | ||
setPaused ( bool paused ) : RESULT | ||
setUserData ( IntPtr userData ) : RESULT | ||
start ( ) : RESULT | ||
stop ( ) : RESULT |
Метод | Описание | |
---|---|---|
isValidInternal ( ) : bool |
Метод | Описание | |
---|---|---|
FMOD_Studio_CommandReplay_GetCommandAtTime ( |
||
FMOD_Studio_CommandReplay_GetCommandCount ( |
||
FMOD_Studio_CommandReplay_GetCommandInfo ( |
||
FMOD_Studio_CommandReplay_GetCommandString ( |
||
FMOD_Studio_CommandReplay_GetCurrentCommand ( |
||
FMOD_Studio_CommandReplay_GetLength ( |
||
FMOD_Studio_CommandReplay_GetPaused ( |
||
FMOD_Studio_CommandReplay_GetPlaybackState ( |
||
FMOD_Studio_CommandReplay_GetSystem ( |
||
FMOD_Studio_CommandReplay_GetUserData ( |
||
FMOD_Studio_CommandReplay_IsValid ( |
||
FMOD_Studio_CommandReplay_Release ( |
||
FMOD_Studio_CommandReplay_SeekToCommand ( |
||
FMOD_Studio_CommandReplay_SeekToTime ( |
||
FMOD_Studio_CommandReplay_SetBankPath ( |
||
FMOD_Studio_CommandReplay_SetCreateInstanceCallback ( |
||
FMOD_Studio_CommandReplay_SetFrameCallback ( IntPtr replay, COMMANDREPLAY_FRAME_CALLBACK callback ) : RESULT | ||
FMOD_Studio_CommandReplay_SetLoadBankCallback ( IntPtr replay, COMMANDREPLAY_LOAD_BANK_CALLBACK callback ) : RESULT | ||
FMOD_Studio_CommandReplay_SetPaused ( IntPtr replay, bool paused ) : RESULT | ||
FMOD_Studio_CommandReplay_SetUserData ( IntPtr replay, IntPtr userdata ) : RESULT | ||
FMOD_Studio_CommandReplay_Start ( IntPtr replay ) : RESULT | ||
FMOD_Studio_CommandReplay_Stop ( IntPtr replay ) : RESULT |
public CommandReplay ( |
||
raw | ||
Результат |
public getCommandAtTime ( float time, int &commandIndex ) : RESULT | ||
time | float | |
commandIndex | int | |
Результат | RESULT |
public getCommandCount ( int &count ) : RESULT | ||
count | int | |
Результат | RESULT |
public getCommandInfo ( int commandIndex, COMMAND_INFO &info ) : RESULT | ||
commandIndex | int | |
info | COMMAND_INFO | |
Результат | RESULT |
public getCommandString ( int commandIndex, string &description ) : RESULT | ||
commandIndex | int | |
description | string | |
Результат | RESULT |
public getCurrentCommand ( int &commandIndex, float ¤tTime ) : RESULT | ||
commandIndex | int | |
currentTime | float | |
Результат | RESULT |
public getLength ( float &totalTime ) : RESULT | ||
totalTime | float | |
Результат | RESULT |
public getPlaybackState ( PLAYBACK_STATE &state ) : RESULT | ||
state | PLAYBACK_STATE | |
Результат | RESULT |
public getSystem ( System &system ) : RESULT | ||
system | System | |
Результат | RESULT |
public getUserData ( IntPtr &userData ) : RESULT | ||
userData | IntPtr | |
Результат | RESULT |
public seekToCommand ( int commandIndex ) : RESULT | ||
commandIndex | int | |
Результат | RESULT |
public setBankPath ( string bankPath ) : RESULT | ||
bankPath | string | |
Результат | RESULT |
public setCreateInstanceCallback ( COMMANDREPLAY_CREATE_INSTANCE_CALLBACK callback ) : RESULT | ||
callback | COMMANDREPLAY_CREATE_INSTANCE_CALLBACK | |
Результат | RESULT |
public setFrameCallback ( COMMANDREPLAY_FRAME_CALLBACK callback ) : RESULT | ||
callback | COMMANDREPLAY_FRAME_CALLBACK | |
Результат | RESULT |
public setLoadBankCallback ( COMMANDREPLAY_LOAD_BANK_CALLBACK callback ) : RESULT | ||
callback | COMMANDREPLAY_LOAD_BANK_CALLBACK | |
Результат | RESULT |
public setUserData ( IntPtr userData ) : RESULT | ||
userData | IntPtr | |
Результат | RESULT |