carb::audio::fOutputFlagStreamer

Defined in carb/audio/IAudioPlayback.h

constexpr OutputFlags carb::audio::fOutputFlagStreamer = 0x00000002

flag to indicate that the output should target one or more generic streamer objects.

These objects are provided by the host app in the OutputDesc::streamer value. The stream will be opened when the audio processing engine is started and closed when the engine is stopped or the context is destroyed.