reference

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:
ofBaseSoundStream

Public Member Functions

 ofRtAudioSoundStream ()
 
 ~ofRtAudioSoundStream ()
 
std::vector< ofSoundDevicegetDeviceList (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
 
- Public Member Functions inherited from ofBaseSoundStream
virtual ~ofBaseSoundStream ()
 
virtual void printDeviceList () const
 

Constructor & Destructor Documentation

◆ ofRtAudioSoundStream()

ofRtAudioSoundStream::ofRtAudioSoundStream ( )

◆ ~ofRtAudioSoundStream()

ofRtAudioSoundStream::~ofRtAudioSoundStream ( )

Member Function Documentation

◆ close()

void ofRtAudioSoundStream::close ( )
virtual

Implements ofBaseSoundStream.

◆ getBufferSize()

int ofRtAudioSoundStream::getBufferSize ( ) const
virtual

Implements ofBaseSoundStream.

◆ getDeviceList()

std::vector< ofSoundDevice > ofRtAudioSoundStream::getDeviceList ( ofSoundDevice::Api  api) const
virtual

Implements ofBaseSoundStream.

◆ getInDevice()

ofSoundDevice ofRtAudioSoundStream::getInDevice ( ) const
virtual

Implements ofBaseSoundStream.

◆ getNumInputChannels()

int ofRtAudioSoundStream::getNumInputChannels ( ) const
virtual

Implements ofBaseSoundStream.

◆ getNumOutputChannels()

int ofRtAudioSoundStream::getNumOutputChannels ( ) const
virtual

Implements ofBaseSoundStream.

◆ getOutDevice()

ofSoundDevice ofRtAudioSoundStream::getOutDevice ( ) const
virtual

Implements ofBaseSoundStream.

◆ getSampleRate()

int ofRtAudioSoundStream::getSampleRate ( ) const
virtual

Implements ofBaseSoundStream.

◆ getTickCount()

uint64_t ofRtAudioSoundStream::getTickCount ( ) const
virtual

Implements ofBaseSoundStream.

◆ setInput()

void ofRtAudioSoundStream::setInput ( ofBaseSoundInput soundInput)
virtual

Implements ofBaseSoundStream.

◆ setOutput()

void ofRtAudioSoundStream::setOutput ( ofBaseSoundOutput soundOutput)
virtual

Implements ofBaseSoundStream.

◆ setup()

bool ofRtAudioSoundStream::setup ( const ofSoundStreamSettings settings)
virtual

Implements ofBaseSoundStream.

◆ start()

void ofRtAudioSoundStream::start ( )
virtual

Implements ofBaseSoundStream.

◆ stop()

void ofRtAudioSoundStream::stop ( )
virtual

Implements ofBaseSoundStream.


The documentation for this class was generated from the following files: