Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches

Detailed Description

Bit options to pass to CAEStream
A bit field of stream options.


Usage example:

// Here only as minimal, "format" must be set to wanted types
Definition AudioEngine.h:104
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

Enumeration Type Documentation

◆ 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