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

◆ DataState

enum class MayaFlux::Kriya::BufferPipeline::DataState : uint8_t
strongprivate
Enumerator
EMPTY 

No data available.

READY 

Data ready for processing.

CONSUMED 

Data has been processed.

EXPIRED 

Data has expired and should be cleaned up.

Definition at line 415 of file BufferPipeline.hpp.

415 : uint8_t {
416 EMPTY, ///< No data available
417 READY, ///< Data ready for processing
418 CONSUMED, ///< Data has been processed
419 EXPIRED ///< Data has expired and should be cleaned up
420 };
@ READY
Data ready for processing.
@ EXPIRED
Data has expired and should be cleaned up.