MayaFlux 0.1.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 77 of file Engine.cpp.

78{
79 Init(streamInfo, m_graphics_config);
80}
void Init()
Initializes all system components and prepares for processing.
Definition Engine.cpp:72
GlobalGraphicsConfig m_graphics_config
Graphics/windowing configuration.
Definition Engine.hpp:302

References Init(), and m_graphics_config.

+ Here is the call graph for this function: