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

◆ ProcessingMode

Enumerator
INTERNAL 

Processor calls extract_single_sample() - owns the processing.

EXTERNAL 

Processor reads get_last_output() - node processed elsewhere.

Definition at line 37 of file NodeBindingsProcessor.hpp.

37 : uint8_t {
38 INTERNAL, ///< Processor calls extract_single_sample() - owns the processing
39 EXTERNAL ///< Processor reads get_last_output() - node processed elsewhere
40 };
@ INTERNAL
Processor calls extract_single_sample() - owns the processing.
@ EXTERNAL
Processor reads get_last_output() - node processed elsewhere.