class methods
- ofxAndroidSoundStream()
- ~ofxAndroidSoundStream()
- androidInputAudioCallback()
- androidOutputAudioCallback()
- close()
- getBufferSize()
- getDeviceID()
- getDeviceList()
- getMinInBufferSize()
- getMinOutBufferSize()
- getNumInputChannels()
- getNumOutputChannels()
- getSampleRate()
- getTickCount()
- isHeadPhonesConnected()
- setDeviceID()
- setInput()
- setOutput()
- setup()
- start()
- stop()
Extends
This class extends others, you can call their methods on an instance of ofxAndroidSoundStream too:
androidInputAudioCallback(...)
int ofxAndroidSoundStream::androidInputAudioCallback(int *env, int thiz, int array, int numChannels, int bufferSize)
androidOutputAudioCallback(...)
int ofxAndroidSoundStream::androidOutputAudioCallback(int *env, int thiz, int array, int numChannels, int bufferSize)
getMinInBufferSize(...)
int ofxAndroidSoundStream::getMinInBufferSize(int samplerate, int nchannels)
getMinOutBufferSize(...)
int ofxAndroidSoundStream::getMinOutBufferSize(int samplerate, int nchannels)
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)
Last updated 金曜日, 15 9月 2023 21:21:54 UTC - 89b7d17faa77e847b7de814f7dcea89eeca38653
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue