MayaFlux 0.3.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 101 of file GlobalStreamInfo.hpp.

101 : uint8_t {
102 LOW, ///< Minimal resource priority
103 NORMAL, ///< Standard resource priority
104 HIGH, ///< Elevated resource priority
105 REALTIME ///< Maximum resource priority with timing guarantees
106 };
@ REALTIME
Maximum resource priority with timing guarantees.