Kodi Development  19.0
for Binary and Script based Add-Ons

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

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

AUDIO_STREAM_AUTOSTART
@ AUDIO_STREAM_AUTOSTART
autostart the stream when enough data is buffered
Definition: audio_engine.h:50
AUDIO_STREAM_FORCE_RESAMPLE
@ AUDIO_STREAM_FORCE_RESAMPLE
force resample even if rates match
Definition: audio_engine.h:46
kodi::audioengine::CAEStream
Definition: AudioEngine.h:258
kodi::audioengine::AudioEngineFormat
Definition: AudioEngine.h:104