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

◆ Phase

Enumerator
NONE 
ACTIVE 
COMPLETED 

Definition at line 23 of file AudioBuffer.hpp.

23 : uint8_t {
24 NONE = 0x00,
25 ACTIVE = 0x01,
26 COMPLETED = 0x02
27 } phase { Phase::NONE };
enum MayaFlux::Buffers::BufferRoutingState::Phase NONE