ofDocsdocumentation addons ofxiOS ofxiOSSoundPlayer

ofxiOSSoundPlayer


getIsPlaying( )

bool getIsPlaying()

getPan( )

float getPan()

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()

play( )

void play()

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)

stop( )

void stop()

unloadSound( )

void unloadSound()

~ofxiOSSoundPlayer( )

~ofxiOSSoundPlayer()