![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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) |
Definition at line 91 of file qpipewire_support.cpp.
QT_BEGIN_NAMESPACE QDebug operator<< | ( | QDebug | dbg, |
const spa_dict & | dict ) |
Definition at line 17 of file qpipewire_support.cpp.
Definition at line 70 of file qpipewire_support.cpp.
QT_MM_DEFINE_QDEBUG_ENUM | ( | pw_stream_state | ) |
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") | ) |