ofDocsdocumentation addons ofxAndroid ofxAndroidSoundPlayer

ofxAndroidSoundPlayer


getPan( )

float getPan()

getPosition( )

float getPosition()

getPositionMS( )

int getPositionMS()

getSpeed( )

float getSpeed()

getVolume( )

float getVolume()

isLoaded( )

bool isLoaded()

isPaused( )

bool isPaused()

isPlaying( )

bool isPlaying()

load( ... )

bool load(const filesystem::path &fileName, bool stream=false)

ofxAndroidSoundPlayer( )

ofxAndroidSoundPlayer()

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

unload( )

void unload()

~ofxAndroidSoundPlayer( )

~ofxAndroidSoundPlayer()