This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
Deprecated List
- Member OF_MAX_CIRCLE_PTS
- Not currently used in the OF codebase.
- Member OF_MAX_VIEWPORT_HISTORY
- Not currently used in the OF codebase.
- Member ofBaseSoundInput::audioIn (float *input, int bufferSize, int nChannels)
- This legacy method is deprecated and will be removed. Use void audioIn(ofSoundBuffer& buffer) instead.
- Member ofBaseSoundInput::audioIn (float *input, int bufferSize, int nChannels, int deviceID, long unsigned long tickCount)
- This legacy method is deprecated and will be removed. Use void audioIn(ofSoundBuffer& buffer) instead.
- Member ofBaseSoundInput::audioReceived (float *input, int bufferSize, int nChannels)
- This legacy method is deprecated and will be removed. Use void audioIn(ofSoundBuffer& buffer) instead.
- Member ofBaseSoundOutput::audioOut (float *output, int bufferSize, int nChannels, int deviceID, long unsigned long tickCount)
- This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.
- Member ofBaseSoundOutput::audioOut (float *output, int bufferSize, int nChannels)
- This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.
- Member ofBaseSoundOutput::audioRequested (float *output, int bufferSize, int nChannels)
- This legacy method is deprecated and will be removed. Use void audioOut(ofSoundBuffer& buffer) instead.
- Member ofImage_< PixelType >::OF_DEPRECATED_MSG ("Use isAllocated()", bool bAllocated())
- Use isAllocated() instead
- Member ofMutex
- Please use std::mutex instead of ofMutex. See also the note below.
- Member ofScopedLock
- Please use std::unique_lock<std::mutex> instead of ofScopedLock. See also the note below.