|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
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.
Implemented in MayaFlux::Core::AudioSubsystem, and MayaFlux::Core::GraphicsSubsystem.