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

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