reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofBaseSoundOutput Class Reference

A base class representing a sound output stream. More...

#include <ofSoundBaseTypes.h>

Inheritance diagram for ofBaseSoundOutput:
ofBaseApp

Public Member Functions

virtual ~ofBaseSoundOutput ()
 Destroy the ofBaseSoundOutput.
 
virtual void audioOut (ofSoundBuffer &buffer)
 Output an audio buffer.
 
virtual void audioOut (float *output, int bufferSize, int nChannels, int deviceID, long unsigned long tickCount)
 
virtual void audioOut (float *output, int bufferSize, int nChannels)
 
virtual void audioRequested (float *output, int bufferSize, int nChannels)
 

Detailed Description

A base class representing a sound output stream.

Constructor & Destructor Documentation

◆ ~ofBaseSoundOutput()

virtual ofBaseSoundOutput::~ofBaseSoundOutput ( )
inlinevirtual

Destroy the ofBaseSoundOutput.

Member Function Documentation

◆ audioOut() [1/3]

void ofBaseSoundOutput::audioOut ( float *  output,
int  bufferSize,
int  nChannels 
)
virtual
Deprecated:
This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.

◆ audioOut() [2/3]

void ofBaseSoundOutput::audioOut ( float *  output,
int  bufferSize,
int  nChannels,
int  deviceID,
long unsigned long  tickCount 
)
virtual
Deprecated:
This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.

◆ audioOut() [3/3]

void ofBaseSoundOutput::audioOut ( ofSoundBuffer buffer)
virtual

Output an audio buffer.

Parameters
bufferAn audio buffer.

◆ audioRequested()

virtual void ofBaseSoundOutput::audioRequested ( float *  output,
int  bufferSize,
int  nChannels 
)
inlinevirtual
Deprecated:
This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.

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