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

◆ get_tokens()

virtual SubsystemTokens MayaFlux::Core::ISubsystem::get_tokens ( ) const
pure virtual

Get the processing token configuration this subsystem manages.

Returns
SubsystemTokens defining buffer and node processing characteristics

Returns the token configuration that defines how this subsystem processes buffers and nodes. Used by the SubsystemManager for routing and coordination. Should remain constant throughout the subsystem's lifetime.

Implemented in MayaFlux::Core::AudioSubsystem, and MayaFlux::Core::GraphicsSubsystem.