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

◆ StreamPriority

Processing priority levels for the audio stream.

Defines the system resource allocation priority for the audio processing thread relative to other system processes.

Enumerator
LOW 

Minimal resource priority.

NORMAL 

Standard resource priority.

HIGH 

Elevated resource priority.

REALTIME 

Maximum resource priority with timing guarantees.

Definition at line 94 of file GlobalStreamInfo.hpp.

94 : uint8_t {
95 LOW, ///< Minimal resource priority
96 NORMAL, ///< Standard resource priority
97 HIGH, ///< Elevated resource priority
98 REALTIME ///< Maximum resource priority with timing guarantees
99 };
@ REALTIME
Maximum resource priority with timing guarantees.