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

◆ get_processing_token()

ProcessingToken MayaFlux::Vruta::ComplexRoutine::get_processing_token ( ) const
inlineoverridevirtual

Get the processing token that determines how this routine should be scheduled.

Returns
The processing token indicating the scheduling domain

Implements MayaFlux::Vruta::Routine.

Definition at line 656 of file Routine.hpp.

657 {
659 }
@ MULTI_RATE
Coroutine can handle multiple sample rates. Picks the frame-accurate processing token by default.

References MayaFlux::Vruta::MULTI_RATE.