|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Resets all audio samples in the buffer to silence.
Initializes all audio sample values to zero (silence) without changing the buffer capacity. This is the audio-specific implementation of the Buffer interface's clear() method.
Implements MayaFlux::Buffers::Buffer.
Reimplemented in MayaFlux::Buffers::RootBuffer< AudioBuffer >.
Definition at line 44 of file AudioBuffer.cpp.
References m_data.
Referenced by MayaFlux::Buffers::NodeBuffer::process_default().
Here is the caller graph for this function: