Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
CAEDeviceInfo Class Reference

#include <AEDeviceInfo.h>

Public Member Functions

 operator std::string ()
 

Static Public Member Functions

static std::string DeviceTypeToString (enum AEDeviceType deviceType)
 

Public Attributes

std::string m_deviceName
 
std::string m_displayName
 
std::string m_displayNameExtra
 
enum AEDeviceType m_deviceType
 
CAEChannelInfo m_channels
 
AESampleRateList m_sampleRates
 
AEDataFormatList m_dataFormats
 
AEDataTypeList m_streamTypes
 
bool m_wantsIECPassthrough
 

Detailed Description

This classt provides the details of what the audio output hardware is capable of

Member Function Documentation

◆ DeviceTypeToString()

std::string CAEDeviceInfo::DeviceTypeToString ( enum AEDeviceType  deviceType)
static

◆ operator std::string()

CAEDeviceInfo::operator std::string ( )

Member Data Documentation

◆ m_channels

CAEChannelInfo CAEDeviceInfo::m_channels

◆ m_dataFormats

AEDataFormatList CAEDeviceInfo::m_dataFormats

◆ m_deviceName

std::string CAEDeviceInfo::m_deviceName

◆ m_deviceType

enum AEDeviceType CAEDeviceInfo::m_deviceType

◆ m_displayName

std::string CAEDeviceInfo::m_displayName

◆ m_displayNameExtra

std::string CAEDeviceInfo::m_displayNameExtra

◆ m_sampleRates

AESampleRateList CAEDeviceInfo::m_sampleRates

◆ m_streamTypes

AEDataTypeList CAEDeviceInfo::m_streamTypes

◆ m_wantsIECPassthrough

bool CAEDeviceInfo::m_wantsIECPassthrough

The documentation for this class was generated from the following files: