Bit options to pass to CAEStream
A bit field of stream options.
Usage example:
Definition: AudioEngine.h:258
@ AUDIO_STREAM_FORCE_RESAMPLE
force resample even if rates match
Definition: audio_engine.h:44
@ AUDIO_STREAM_AUTOSTART
autostart the stream when enough data is buffered
Definition: audio_engine.h:48
◆ AudioEngineStreamOptions
Enumerator |
---|
AUDIO_STREAM_FORCE_RESAMPLE | force resample even if rates match
|
AUDIO_STREAM_PAUSED | create the stream paused
|
AUDIO_STREAM_AUTOSTART | autostart the stream when enough data is buffered
|