![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "AESinkWASAPI.h"
#include "cores/AudioEngine/AESinkFactory.h"
#include "cores/AudioEngine/Utils/AEDeviceInfo.h"
#include "cores/AudioEngine/Utils/AEUtil.h"
#include "utils/StringUtils.h"
#include "utils/SystemInfo.h"
#include "utils/TimeUtils.h"
#include "utils/XTimeUtils.h"
#include "utils/log.h"
#include "platform/win32/WIN32Util.h"
#include <algorithm>
#include <stdint.h>
#include <Audioclient.h>
#include <Mmreg.h>
Macros | |
#define | EXIT_ON_FAILURE(hr, reason) |
Functions | |
DEFINE_PROPERTYKEY (PKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0, 14) | |
DEFINE_PROPERTYKEY (PKEY_Device_EnumeratorName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0, 24) | |
template<class T> | |
void | SafeRelease (T **ppT) |
Variables | |
const IID | IID_IAudioRenderClient = __uuidof(IAudioRenderClient) |
const IID | IID_IAudioClock = __uuidof(IAudioClock) |
#define EXIT_ON_FAILURE | ( | hr, | |
reason ) |
DEFINE_PROPERTYKEY | ( | PKEY_Device_EnumeratorName | , |
0xa45c254e | , | ||
0xdf1c | , | ||
0x4efd | , | ||
0x80 | , | ||
0x20 | , | ||
0x67 | , | ||
0xd1 | , | ||
0x46 | , | ||
0xa8 | , | ||
0x50 | , | ||
0xe0 | , | ||
24 | ) |
DEFINE_PROPERTYKEY | ( | PKEY_Device_FriendlyName | , |
0xa45c254e | , | ||
0xdf1c | , | ||
0x4efd | , | ||
0x80 | , | ||
0x20 | , | ||
0x67 | , | ||
0xd1 | , | ||
0x46 | , | ||
0xa8 | , | ||
0x50 | , | ||
0xe0 | , | ||
14 | ) |
|
inline |
const IID IID_IAudioClock = __uuidof(IAudioClock) |
const IID IID_IAudioRenderClient = __uuidof(IAudioRenderClient) |