Method | Description | |
---|---|---|
Channel ( |
||
getChannelGroup ( |
||
getCurrentSound ( |
||
getFrequency ( float &frequency ) : RESULT | ||
getIndex ( int &index ) : RESULT | ||
getLoopCount ( int &loopcount ) : RESULT | ||
getLoopPoints ( uint &loopstart, TIMEUNIT loopstarttype, uint &loopend, TIMEUNIT loopendtype ) : RESULT | ||
getPosition ( uint &position, TIMEUNIT postype ) : RESULT | ||
getPriority ( int &priority ) : RESULT | ||
isVirtual ( bool &isvirtual ) : RESULT | ||
setChannelGroup ( |
||
setFrequency ( float frequency ) : RESULT | ||
setLoopCount ( int loopcount ) : RESULT | ||
setLoopPoints ( uint loopstart, TIMEUNIT loopstarttype, uint loopend, TIMEUNIT loopendtype ) : RESULT | ||
setPosition ( uint position, TIMEUNIT postype ) : RESULT | ||
setPriority ( int priority ) : RESULT |
Method | Description | |
---|---|---|
FMOD_Channel_GetChannelGroup ( |
||
FMOD_Channel_GetCurrentSound ( |
||
FMOD_Channel_GetFrequency ( |
||
FMOD_Channel_GetIndex ( |
||
FMOD_Channel_GetLoopCount ( |
||
FMOD_Channel_GetLoopPoints ( |
||
FMOD_Channel_GetMode ( |
||
FMOD_Channel_GetPosition ( |
||
FMOD_Channel_GetPriority ( |
||
FMOD_Channel_GetUserData ( |
||
FMOD_Channel_IsVirtual ( |
||
FMOD_Channel_SetChannelGroup ( |
||
FMOD_Channel_SetFrequency ( |
||
FMOD_Channel_SetLoopCount ( |
||
FMOD_Channel_SetLoopPoints ( |
||
FMOD_Channel_SetMode ( |
||
FMOD_Channel_SetPosition ( |
||
FMOD_Channel_SetPriority ( |
||
FMOD_Channel_SetUserData ( |
public getChannelGroup ( |
||
channelgroup | ||
return | RESULT |
public getCurrentSound ( |
||
sound | ||
return | RESULT |
public getFrequency ( float &frequency ) : RESULT | ||
frequency | float | |
return | RESULT |
public getLoopCount ( int &loopcount ) : RESULT | ||
loopcount | int | |
return | RESULT |
public getLoopPoints ( uint &loopstart, TIMEUNIT loopstarttype, uint &loopend, TIMEUNIT loopendtype ) : RESULT | ||
loopstart | uint | |
loopstarttype | TIMEUNIT | |
loopend | uint | |
loopendtype | TIMEUNIT | |
return | RESULT |
public getPosition ( uint &position, TIMEUNIT postype ) : RESULT | ||
position | uint | |
postype | TIMEUNIT | |
return | RESULT |
public getPriority ( int &priority ) : RESULT | ||
priority | int | |
return | RESULT |
public isVirtual ( bool &isvirtual ) : RESULT | ||
isvirtual | bool | |
return | RESULT |
public setChannelGroup ( |
||
channelgroup | ||
return | RESULT |
public setFrequency ( float frequency ) : RESULT | ||
frequency | float | |
return | RESULT |
public setLoopCount ( int loopcount ) : RESULT | ||
loopcount | int | |
return | RESULT |
public setLoopPoints ( uint loopstart, TIMEUNIT loopstarttype, uint loopend, TIMEUNIT loopendtype ) : RESULT | ||
loopstart | uint | |
loopstarttype | TIMEUNIT | |
loopend | uint | |
loopendtype | TIMEUNIT | |
return | RESULT |
public setPosition ( uint position, TIMEUNIT postype ) : RESULT | ||
position | uint | |
postype | TIMEUNIT | |
return | RESULT |