Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwindowsaudioutils.cpp File Reference

(a93ee88315035c366d87e1bc2e07ddd24e67ffb9)

#include "qwindowsaudioutils_p.h"
#include "qwindowsmediafoundation_p.h"
#include "qdebug.h"
#include "ks.h"
#include "ksmedia.h"
#include <audioclient.h>
+ Include dependency graph for qwindowsaudioutils.cpp:

Go to the source code of this file.

Functions

static UINT32 channelConfigToMask (QAudioFormat::ChannelConfig config)
 

Variables

static QT_BEGIN_NAMESPACE QAudioFormat::AudioChannelPosition channelFormatMap []
 

Function Documentation

◆ channelConfigToMask()

static UINT32 channelConfigToMask ( QAudioFormat::ChannelConfig config)
static

Definition at line 51 of file qwindowsaudioutils.cpp.

References QAudioFormat::channelConfig(), channelFormatMap, and i.

Referenced by QWindowsAudioUtils::formatToMediaType().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ channelFormatMap

Initial value:
=
}

Definition at line 14 of file qwindowsaudioutils.cpp.

Referenced by channelConfigToMask(), and QWindowsAudioUtils::maskToChannelConfig().