|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Structure for storing pending buffer add/remove operations. More...
#include <RootBuffer.hpp>
Collaboration diagram for MayaFlux::Buffers::RootBuffer< BufferType >::PendingBufferOp:Public Attributes | |
| std::atomic< bool > | active { false } |
| std::shared_ptr< BufferType > | buffer |
| bool | is_addition { true } |
Structure for storing pending buffer add/remove operations.
Similar to RootNode's PendingOp, this handles buffer operations that need to be deferred when the buffer is currently processing.
Definition at line 320 of file RootBuffer.hpp.