ofxAndroidSoundStream

ofxAndroidSoundStream methods

ofxAndroidSoundStream()

ofxAndroidSoundStream::ofxAndroidSoundStream()

~ofxAndroidSoundStream()

ofxAndroidSoundStream::~ofxAndroidSoundStream()

listDevices()

void ofxAndroidSoundStream::listDevices()

setDeviceID(...)

void ofxAndroidSoundStream::setDeviceID(int deviceID)

setInput(...)

void ofxAndroidSoundStream::setInput(ofBaseSoundInput *soundInput)

setOutput(...)

void ofxAndroidSoundStream::setOutput(ofBaseSoundOutput *soundOutput)

setup(...)

bool ofxAndroidSoundStream::setup(int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)

setup(...)

bool ofxAndroidSoundStream::setup(ofBaseApp *app, int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)

start()

void ofxAndroidSoundStream::start()

stop()

void ofxAndroidSoundStream::stop()

close()

void ofxAndroidSoundStream::close()

getTickCount()

long unsigned long ofxAndroidSoundStream::getTickCount()

getNumInputChannels()

int ofxAndroidSoundStream::getNumInputChannels()

getNumOutputChannels()

int ofxAndroidSoundStream::getNumOutputChannels()

androidInputAudioCallback(...)

int ofxAndroidSoundStream::androidInputAudioCallback(JNIEnv *env, jobject thiz, jshortArray array, jint numChannels, jint bufferSize)

androidOutputAudioCallback(...)

int ofxAndroidSoundStream::androidOutputAudioCallback(JNIEnv *env, jobject thiz, jshortArray array, jint numChannels, jint bufferSize)

getMinOutBufferSize(...)

int ofxAndroidSoundStream::getMinOutBufferSize(int samplerate, int nchannels)

getMinInBufferSize(...)

int ofxAndroidSoundStream::getMinInBufferSize(int samplerate, int nchannels)

isHeadPhonesConnected()

bool ofxAndroidSoundStream::isHeadPhonesConnected()

ofxAndroidSoundStream variables

ofEvent< bool > headphonesConnectedE

ofEvent< bool > ofxAndroidSoundStream::headphonesConnectedE