getIsPlaying( )
bool getIsPlaying()
getPosition( )
float getPosition()
getPositionMS( )
int getPositionMS()
getSpeed( )
float getSpeed()
getVolume( )
float getVolume()
isLoaded( )
bool isLoaded()
loadSound( ... )
bool loadSound(string fileName, bool stream=false)
ofxiOSSoundPlayer( )
ofxiOSSoundPlayer()
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)
unloadSound( )
void unloadSound()
~ofxiOSSoundPlayer( )
~ofxiOSSoundPlayer()