Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "cores/AudioEngine/Utils/AEChannelInfo.h"
#include "cores/AudioEngine/Utils/AEStreamInfo.h"
#include <string>
#include <vector>
Classes | |
class | CAEDeviceInfo |
Typedefs | |
typedef std::vector< unsigned int > | AESampleRateList |
typedef std::vector< enum AEDataFormat > | AEDataFormatList |
typedef std::vector< CAEStreamInfo::DataType > | AEDataTypeList |
typedef std::vector< CAEDeviceInfo > | AEDeviceInfoList |
Enumerations | |
enum | AEDeviceType { AE_DEVTYPE_PCM , AE_DEVTYPE_IEC958 , AE_DEVTYPE_HDMI , AE_DEVTYPE_DP } |
typedef std::vector<enum AEDataFormat> AEDataFormatList |
typedef std::vector<CAEStreamInfo::DataType> AEDataTypeList |
typedef std::vector<CAEDeviceInfo> AEDeviceInfoList |
typedef std::vector<unsigned int> AESampleRateList |
enum AEDeviceType |