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
qpipewire_support.cpp File Reference

(02e2ef4b12567f1bcfa97b9c755dee4030070977)

#include "qpipewire_support_p.h"
#include <QtCore/qspan.h>
#include <QtMultimedia/private/qmultimedia_enum_to_string_converter_p.h>
#include <pipewire/version.h>
#include <spa/debug/pod.h>
#include <cstdarg>
Include dependency graph for qpipewire_support.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE QDebug operator<< (QDebug dbg, const spa_dict &dict)
QDebug operator<< (QDebug dbg, const spa_pod &)
 QT_MM_MAKE_STRING_RESOLVER (pw_stream_state, QtMultimediaPrivate::EnumName,(PW_STREAM_STATE_ERROR, "error")(PW_STREAM_STATE_UNCONNECTED, "unconnected")(PW_STREAM_STATE_CONNECTING, "connecting")(PW_STREAM_STATE_PAUSED, "paused")(PW_STREAM_STATE_STREAMING, "streaming"))
 QT_MM_DEFINE_QDEBUG_ENUM (pw_stream_state)
QDebug operator<< (QDebug dbg, const pw_time &state)

Function Documentation

◆ operator<<() [1/3]

QDebug operator<< ( QDebug dbg,
const pw_time & state )

Definition at line 91 of file qpipewire_support.cpp.

◆ operator<<() [2/3]

QT_BEGIN_NAMESPACE QDebug operator<< ( QDebug dbg,
const spa_dict & dict )

Definition at line 17 of file qpipewire_support.cpp.

◆ operator<<() [3/3]

QDebug operator<< ( QDebug dbg,
const spa_pod & pod )

Definition at line 70 of file qpipewire_support.cpp.

◆ QT_MM_DEFINE_QDEBUG_ENUM()

QT_MM_DEFINE_QDEBUG_ENUM ( pw_stream_state )

◆ QT_MM_MAKE_STRING_RESOLVER()

QT_MM_MAKE_STRING_RESOLVER ( pw_stream_state ,
QtMultimediaPrivate::EnumName ,
(PW_STREAM_STATE_ERROR, "error")(PW_STREAM_STATE_UNCONNECTED, "unconnected")(PW_STREAM_STATE_CONNECTING, "connecting")(PW_STREAM_STATE_PAUSED, "paused")(PW_STREAM_STATE_STREAMING, "streaming")  )