|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Checks if the buffer is currently being processed.
This method indicates whether the buffer is currently undergoing a processing operation. It is used to manage concurrent access and ensure that processing operations do not interfere with each other. The specific implementation may vary based on the buffer type and its processing backend.
Implemented in MayaFlux::Buffers::AudioBuffer, and MayaFlux::Buffers::VKBuffer.