Class Channel
#include <Geode/fmod/fmod.hpp>
classChannel:publicFMOD::ChannelControl{ ... }
No description provided
Examples0
Public static methods0
Public member functions15
FMOD_RESULTsetFrequency(floatfrequency)
No description provided
FMOD_RESULTgetFrequency(float*frequency)
No description provided
FMOD_RESULTsetPriority(intpriority)
No description provided
FMOD_RESULTgetPriority(int*priority)
No description provided
FMOD_RESULTsetPosition(uintposition,FMOD_TIMEUNITpostype)
No description provided
FMOD_RESULTgetPosition(uint*position,FMOD_TIMEUNITpostype)
No description provided
FMOD_RESULTsetChannelGroup(FMOD::ChannelGroup*channelgroup)
No description provided
FMOD_RESULTgetChannelGroup(ChannelGroup **channelgroup)
No description provided
FMOD_RESULTsetLoopCount(intloopcount)
No description provided
FMOD_RESULTgetLoopCount(int*loopcount)
No description provided
FMOD_RESULTsetLoopPoints(uintloopstart,FMOD_TIMEUNITloopstarttype,uintloopend,FMOD_TIMEUNITloopendtype)
No description provided
FMOD_RESULTgetLoopPoints(uint*loopstart,FMOD_TIMEUNITloopstarttype,uint*loopend,FMOD_TIMEUNITloopendtype)
No description provided
FMOD_RESULTisVirtual(bool*isvirtual)
No description provided
FMOD_RESULTgetCurrentSound(Sound **sound)
No description provided
FMOD_RESULTgetIndex(int*index)
No description provided