androidOutputAudioCallback( ... )
int androidOutputAudioCallback(int *env, int thiz, int array, int numChannels, int bufferSize)
getBufferSize( )
int getBufferSize()
getDeviceID( )
int getDeviceID()
getDeviceList( )
int getDeviceList()
getMinInBufferSize( ... )
int getMinInBufferSize(int samplerate, int nchannels)
getMinOutBufferSize( ... )
int getMinOutBufferSize(int samplerate, int nchannels)
getNumOutputChannels( )
int getNumOutputChannels()
getSampleRate( )
int getSampleRate()
getTickCount( )
unsigned long long getTickCount()
isHeadPhonesConnected( )
bool isHeadPhonesConnected()
ofxAndroidSoundStream( )
ofxAndroidSoundStream()
setDeviceID( ... )
void setDeviceID(int deviceID)
setOutput( ... )
void setOutput(ofBaseSoundOutput *soundOutput)
setup( ... )
bool setup(int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)
setup( ... )
bool setup(ofBaseApp *app, int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)
~ofxAndroidSoundStream( )
~ofxAndroidSoundStream()