Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
ActiveAESink.cpp File Reference
#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 []
 

Macro Definition Documentation

§ PI

#define PI   3.1415926536f

Enumeration Type Documentation

§ SINK_STATES

Enumerator
S_TOP 
S_TOP_UNCONFIGURED 
S_TOP_CONFIGURED 
S_TOP_CONFIGURED_SUSPEND 
S_TOP_CONFIGURED_IDLE 
S_TOP_CONFIGURED_PLAY 
S_TOP_CONFIGURED_SILENCE 

Variable Documentation

§ SINK_parentStates

int SINK_parentStates[]
Initial value:
= {
-1,
0,
0,
2,
2,
2,
2,
}