Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ActiveAESink.cpp File Reference
#include "ActiveAESink.h"
#include "ActiveAE.h"
#include "cores/AudioEngine/AEResampleFactory.h"
#include "cores/AudioEngine/Utils/AEBitstreamPacker.h"
#include "cores/AudioEngine/Utils/AEStreamInfo.h"
#include "cores/AudioEngine/Utils/AEUtil.h"
#include "utils/EndianSwap.h"
#include "utils/MemUtils.h"
#include "utils/log.h"
#include <algorithm>
#include <new>
#include <sstream>

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,
}