This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofSoundStream Member List
This is the complete list of members for ofSoundStream, including all inherited members.
close() | ofSoundStream | |
getBufferSize() const | ofSoundStream | |
getDeviceList(ofSoundDevice::Api api=ofSoundDevice::Api::DEFAULT) const | ofSoundStream | |
getMatchingDevices(const std::string &name, unsigned int inChannels=UINT_MAX, unsigned int outChannels=UINT_MAX, ofSoundDevice::Api api=ofSoundDevice::Api::DEFAULT) const | ofSoundStream | |
getNumInputChannels() const | ofSoundStream | |
getNumOutputChannels() const | ofSoundStream | |
getSampleRate() const | ofSoundStream | |
getSoundStream() | ofSoundStream | |
getTickCount() const | ofSoundStream | |
OF_DEPRECATED_MSG("Use an ofSoundStreamSettings object instead of directly passing the parameters", void setDeviceID(int deviceID)) | ofSoundStream | |
OF_DEPRECATED_MSG("Use an ofSoundStreamSettings object instead of directly passing the parameters", void setDevice(const ofSoundDevice &device)) | ofSoundStream | |
OF_DEPRECATED_MSG("Use an ofSoundStreamSettings object instead of directly passing the parameters", bool setup(ofBaseApp *app, int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)) | ofSoundStream | |
OF_DEPRECATED_MSG("Use an ofSoundStreamSettings object instead of directly passing the parameters", bool setup(int outChannels, int inChannels, int sampleRate, int bufferSize, int nBuffers)) | ofSoundStream | |
OF_DEPRECATED_MSG("Use printDeviceList instead", std::vector< ofSoundDevice > listDevices() const) | ofSoundStream | |
ofSoundStream() | ofSoundStream | |
printDeviceList() const | ofSoundStream | |
setInput(ofBaseSoundInput *soundInput) | ofSoundStream | |
setInput(ofBaseSoundInput &soundInput) | ofSoundStream | |
setOutput(ofBaseSoundOutput *soundOutput) | ofSoundStream | |
setOutput(ofBaseSoundOutput &soundOutput) | ofSoundStream | |
setSoundStream(std::shared_ptr< ofBaseSoundStream > soundStreamPtr) | ofSoundStream | |
setup(const ofSoundStreamSettings &settings) | ofSoundStream | |
soundStream | ofSoundStream | protected |
start() | ofSoundStream | |
stop() | ofSoundStream | |
tmpDeviceId | ofSoundStream | protected |