|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <sstream>#include "ActiveAESink.h"#include "cores/AudioEngine/Utils/AEUtil.h"#include "cores/AudioEngine/Utils/AEStreamInfo.h"#include "cores/AudioEngine/Utils/AEBitstreamPacker.h"#include "utils/EndianSwap.h"#include "ActiveAE.h"#include "cores/AudioEngine/AEResampleFactory.h"#include "utils/log.h"#include <new>#include <algorithm>Macros | |
| #define | PI 3.1415926536f |
Enumerations | |
| enum | SINK_STATES { S_TOP = 0, S_TOP_UNCONFIGURED, S_TOP_CONFIGURED, S_TOP_CONFIGURED_SUSPEND, S_TOP_CONFIGURED_IDLE, S_TOP_CONFIGURED_PLAY, S_TOP_CONFIGURED_SILENCE } |
Variables | |
| int | SINK_parentStates [] |
| #define PI 3.1415926536f |
| enum SINK_STATES |
| int SINK_parentStates[] |