closeFmod( )
void closeFmod()
getPosition( )
float getPosition()
getPositionMS( )
int getPositionMS()
getSpeed( )
float getSpeed()
getVolume( )
float getVolume()
initializeFmod( )
void initializeFmod()
isLoaded( )
bool isLoaded()
isPlaying( )
bool isPlaying()
load( ... )
bool load(const filesystem::path &fileName, bool stream=false)
ofFmodSoundPlayer( )
ofFmodSoundPlayer()
setLoop( ... )
void setLoop(bool bLp)
setMultiPlay( ... )
void setMultiPlay(bool bMp)
setPan( ... )
void setPan(float vol)
setPaused( ... )
void setPaused(bool bP)
setPosition( ... )
void setPosition(float pct)
setPositionMS( ... )
void setPositionMS(int ms)
setSpeed( ... )
void setSpeed(float spd)
setVolume( ... )
void setVolume(float vol)
~ofFmodSoundPlayer( )
~ofFmodSoundPlayer()