![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qaudioformat.h>
#include <QtCore/qt_windows.h>
#include <QtCore/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) |
std::optional< WAVEFORMATEXTENSIBLE > | QWindowsAudioUtils::toWaveFormatExtensible (const QAudioFormat &format) |
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::usedFrames (IAudioClient *client) |
std::optional< quint32 > | QWindowsAudioUtils::allocatedFrames (IAudioClient *client) |