Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
DirectXHelper.cpp File Reference
#include <d3d11_4.h>
#include <dxgicommon.h>
#include <dxgiformat.h>

Namespaces

namespace  DX
 

Macros

#define CASEDXGIFORMAT(format)
 
#define CASEDXGICOLORSPACETYPE(type)
 

Functions

const std::string DX::DXGIFormatToString (const DXGI_FORMAT format)
 
const std::string DX::DXGIColorSpaceTypeToString (DXGI_COLOR_SPACE_TYPE type)
 
const std::string DX::D3D11VideoProcessorFormatSupportToString (D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT value)
 

Macro Definition Documentation

◆ CASEDXGICOLORSPACETYPE

#define CASEDXGICOLORSPACETYPE ( type)
Value:
case DXGI_COLOR_SPACE_##type: \
return #type;

◆ CASEDXGIFORMAT

#define CASEDXGIFORMAT ( format)
Value:
case DXGI_FORMAT_##format: \
return #format;
const char unsigned int int int int int64_t int enum AudioEngineDataFormat * format
Definition addons/kodi-dev-kit/include/kodi/c-api/addon-instance/AudioDecoder.h:113