reference

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() constofSoundStream
getDeviceList(ofSoundDevice::Api api=ofSoundDevice::Api::DEFAULT) constofSoundStream
getMatchingDevices(const std::string &name, unsigned int inChannels=UINT_MAX, unsigned int outChannels=UINT_MAX, ofSoundDevice::Api api=ofSoundDevice::Api::DEFAULT) constofSoundStream
getNumInputChannels() constofSoundStream
getNumOutputChannels() constofSoundStream
getSampleRate() constofSoundStream
getSoundStream()ofSoundStream
getTickCount() constofSoundStream
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() constofSoundStream
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
soundStreamofSoundStreamprotected
start()ofSoundStream
stop()ofSoundStream
tmpDeviceIdofSoundStreamprotected