|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Holds information about a processor's compatibility with a buffer's processing token. More...
#include <BufferProcessor.hpp>
Collaboration diagram for MayaFlux::Buffers::ProcessorTokenInfo:Public Attributes | |
| std::shared_ptr< BufferProcessor > | processor |
| ProcessingToken | processor_token |
| bool | is_compatible |
| bool | will_be_skipped |
| bool | pending_removal |
Holds information about a processor's compatibility with a buffer's processing token.
This structure encapsulates the relationship between a buffer processor and its processing token, including whether the processor is compatible with the buffer's preferred processing token, and how it will be handled based on the token enforcement strategy.
Definition at line 207 of file BufferProcessor.hpp.