|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
virtual |
Sets the capacity of the audio buffer.
| num_samples | New buffer capacity in audio samples |
Updates the buffer's sample capacity. Similar to resize(), but the implementation may vary in derived audio buffer classes to provide specialized behavior for different audio buffer types.
Definition at line 49 of file AudioBuffer.cpp.
References m_data, and m_num_samples.