MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_processing()

virtual bool MayaFlux::Buffers::Buffer::is_processing ( ) const
pure virtual

Checks if the buffer is currently being processed.

Returns
True if the buffer is in a processing state, false otherwise

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.