getDurationMS( )
int getDurationMS()
getDurationSecs( )
double getDurationSecs()
getPosition( )
float getPosition()
getPositionMS( )
int getPositionMS()
getSpeed( )
float getSpeed()
getSystemSpectrum( ... )
float * getSystemSpectrum(int bands)
getVolume( )
float getVolume()
isLoaded( )
bool isLoaded()
isPlaying( )
bool isPlaying()
load( ... )
bool load(const filesystem::path &fileName, bool stream=false)
ofxEmscriptenSoundPlayer( )
ofxEmscriptenSoundPlayer()
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)
setPositionSecs( ... )
void setPositionSecs(double s)
setSpeed( ... )
void setSpeed(float spd)
setVolume( ... )
void setVolume(float vol)
~ofxEmscriptenSoundPlayer( )
~ofxEmscriptenSoundPlayer()