This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofBaseSoundStream Class Referenceabstract
#include <ofSoundBaseTypes.h>
Inheritance diagram for ofBaseSoundStream:

Public Member Functions | |
virtual | ~ofBaseSoundStream () |
virtual bool | setup (const ofSoundStreamSettings &settings)=0 |
virtual void | setInput (ofBaseSoundInput *soundInput)=0 |
virtual void | setOutput (ofBaseSoundOutput *soundOutput)=0 |
virtual std::vector< ofSoundDevice > | getDeviceList (ofSoundDevice::Api api) const =0 |
virtual void | printDeviceList () const |
virtual void | start ()=0 |
virtual void | stop ()=0 |
virtual void | close ()=0 |
virtual uint64_t | getTickCount () const =0 |
virtual int | getNumInputChannels () const =0 |
virtual int | getNumOutputChannels () const =0 |
virtual int | getSampleRate () const =0 |
virtual int | getBufferSize () const =0 |
virtual ofSoundDevice | getInDevice () const =0 |
virtual ofSoundDevice | getOutDevice () const =0 |
Constructor & Destructor Documentation
◆ ~ofBaseSoundStream()
|
inlinevirtual |
Member Function Documentation
◆ close()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getBufferSize()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getDeviceList()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getInDevice()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getNumInputChannels()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getNumOutputChannels()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getOutDevice()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getSampleRate()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ getTickCount()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ printDeviceList()
|
virtual |
◆ setInput()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ setOutput()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ setup()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ start()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
◆ stop()
|
pure virtual |
Implemented in ofRtAudioSoundStream.
The documentation for this class was generated from the following files:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/sound/ofSoundBaseTypes.h
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/sound/ofSoundBaseTypes.cpp