|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "ActiveAE.h"#include "ActiveAESettings.h"#include "ActiveAESound.h"#include "ActiveAEStream.h"#include "ServiceBroker.h"#include "cores/AudioEngine/Interfaces/IAudioCallback.h"#include "cores/AudioEngine/Utils/AEUtil.h"#include "cores/AudioEngine/Utils/AEStreamData.h"#include "cores/AudioEngine/Utils/AEStreamInfo.h"#include "cores/AudioEngine/AEResampleFactory.h"#include "cores/AudioEngine/Encoders/AEEncoderFFmpeg.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "windowing/WinSystem.h"#include "utils/log.h"Macros | |
| #define | MAX_CACHE_LEVEL 0.4 |
| #define | MAX_WATER_LEVEL 0.2 |
| #define | MAX_BUFFER_TIME 0.1 |
Enumerations | |
| enum | AE_STATES { AE_TOP = 0 , AE_TOP_WAIT_PRECOND , AE_TOP_ERROR , AE_TOP_UNCONFIGURED , AE_TOP_RECONFIGURING , AE_TOP_CONFIGURED , AE_TOP_CONFIGURED_SUSPEND , AE_TOP_CONFIGURED_IDLE , AE_TOP_CONFIGURED_PLAY } |
Variables | |
| int | AE_parentStates [] |
| #define MAX_BUFFER_TIME 0.1 |
| #define MAX_CACHE_LEVEL 0.4 |
| #define MAX_WATER_LEVEL 0.2 |
| enum AE_STATES |
| int AE_parentStates[] |