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:

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()
|
inlinevirtual |
Destroy the ofBaseSoundOutput.
Member Function Documentation
◆ audioOut() [1/3]
|
virtual |
- Deprecated:
- This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.
◆ audioOut() [2/3]
|
virtual |
- Deprecated:
- This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.
◆ audioOut() [3/3]
|
virtual |
Output an audio buffer.
- Parameters
-
buffer An audio buffer.
◆ audioRequested()
|
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:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/sound/ofSoundBaseTypes.h
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/types/ofBaseTypes.cpp