Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmacosaudiodatautils.cpp File Reference

(85f7735db225a59c1ca19cc0f122535e76b5a554)

Include dependency graph for qmacosaudiodatautils.cpp:

Go to the source code of this file.

Namespaces

namespace  QCoreAudioUtils

Macros

#define ENUM_CASE(NAME)
#define DUPLICATE_ENUM_CASE(NAME)

Functions

QStringView QCoreAudioUtils::audioPropertySelectorToString (AudioObjectPropertySelector selector)
QStringView QCoreAudioUtils::audioPropertyScopeToString (AudioObjectPropertyScope scope)
QStringView QCoreAudioUtils::audioPropertyElementToString (AudioObjectPropertyElement element)

Macro Definition Documentation

◆ DUPLICATE_ENUM_CASE

#define DUPLICATE_ENUM_CASE ( NAME)
Value:
static_assert(true, "force semicolon")

Definition at line 14 of file qmacosaudiodatautils.cpp.

◆ ENUM_CASE

#define ENUM_CASE ( NAME)
Value:
case NAME: return QStringView(QT_UNICODE_LITERAL(QT_STRINGIFY(NAME)))
\inmodule QtCore
Definition qstringview.h:77
#define QT_UNICODE_LITERAL(str)
Definition qstring.h:1814
#define QT_STRINGIFY(x)

Definition at line 11 of file qmacosaudiodatautils.cpp.