(ea49fe893df430c4ca93c0fb73d7557c9c6c5485)
#include <QtMultimedia/private/qaudio_qspan_support_p.h>
#include <QtMultimedia/private/qpipewire_support_p.h>
#include <QtCore/qdebug.h>
#include <QtCore/qspan.h>
#include <QtCore/qtconfigmacros.h>
#include <spa/pod/pod.h>
#include <spa/pod/parser.h>
#include <optional>
#include <vector>
Go to the source code of this file.
|
| template<typename T> |
| std::optional< T > | QtPipeWire::spaParsePodPropertyScalar (const spa_pod &pod, unsigned spaObjectType, unsigned objectProperty) |
| template<typename Visitor> |
| auto | QtPipeWire::spaVisitChoice (const spa_pod &pod, unsigned spaObjectType, unsigned objectProperty, Visitor v) -> decltype(v(std::declval< const spa_pod & >())) |
| template<typename T, spa_choice_type... Choices> |
| auto | QtPipeWire::spaParsePodPropertyChoice (const spa_pod &pod, unsigned spaObjectType, unsigned objectProperty) |
| template<typename U, std::size_t E> |
| QSpan< U > | QtPipeWire::drop (QSpan< U, E > span, qsizetype n) |