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

◆ Init() [2/3]

void MayaFlux::Core::Engine::Init ( const GlobalStreamInfo streamInfo)

Initializes the processing engine with a custom stream configuration.

Parameters
streamInfoConfiguration for sample rate, buffer size, and channels

Configures the processing engine with the specified stream information. This method must be called before starting the engine.

Definition at line 98 of file Engine.cpp.

99{
101}
void Init()
Initializes all system components and prepares for processing.
Definition Engine.cpp:87
GlobalGraphicsConfig m_graphics_config
Graphics/windowing configuration.
Definition Engine.hpp:367
GlobalInputConfig m_input_config
Input configuration.
Definition Engine.hpp:368

References Init(), m_graphics_config, and m_input_config.

+ Here is the call graph for this function: