![]() |
Qt 6.x
The Qt SDK
|
#include <qaudioformat.h>
#include <QtCore/qt_windows.h>
#include <private/qcomptr_p.h>
#include <mmreg.h>
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | QWindowsAudioUtils |
Functions | |
bool | QWindowsAudioUtils::formatToWaveFormatExtensible (const QAudioFormat &format, WAVEFORMATEXTENSIBLE &wfx) |
QAudioFormat | QWindowsAudioUtils::waveFormatExToFormat (const WAVEFORMATEX &in) |
Q_MULTIMEDIA_EXPORT QAudioFormat | QWindowsAudioUtils::mediaTypeToFormat (IMFMediaType *mediaType) |
ComPtr< IMFMediaType > | QWindowsAudioUtils::formatToMediaType (QWindowsMediaFoundation &, const QAudioFormat &format) |
QAudioFormat::ChannelConfig | QWindowsAudioUtils::maskToChannelConfig (UINT32 mask, int count) |
std::optional< quint32 > | QWindowsAudioUtils::audioClientFramesInUse (IAudioClient *client) |
std::optional< quint32 > | QWindowsAudioUtils::audioClientFramesAllocated (IAudioClient *client) |