ofDocsdocumentation sound ofRtAudioSoundStream

ofRtAudioSoundStream


close( )

void close()

getBufferSize( )

int getBufferSize()

getInDevice( )

ofSoundDevice getInDevice()

getNumInputChannels( )

int getNumInputChannels()

getNumOutputChannels( )

int getNumOutputChannels()

getOutDevice( )

ofSoundDevice getOutDevice()

getSampleRate( )

int getSampleRate()

getTickCount( )

uint64_t getTickCount()

ofRtAudioSoundStream( )

ofRtAudioSoundStream()

rtAudioCallback( ... )

int rtAudioCallback(void *outputBuffer, void *inputBuffer, unsigned int bufferSize, double streamTime, RtAudioStreamStatus status, void *data)

setInput( ... )

void setInput(ofBaseSoundInput *soundInput)

setOutput( ... )

void setOutput(ofBaseSoundOutput *soundOutput)

setup( ... )

bool setup(const ofSoundStreamSettings &settings)

start( )

void start()

stop( )

void stop()

~ofRtAudioSoundStream( )

~ofRtAudioSoundStream()