|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Register callback hooks for this domain.
Sets up domain-specific callbacks that will trigger token-based processing. This is where subsystems connect to their respective backend systems and establish the event loops that drive processing.
Examples:
Called during subsystem setup before initialization. Should not start actual processing - only establish the callback infrastructure.
Implements MayaFlux::Core::ISubsystem.
Definition at line 28 of file InputSubsystem.cpp.