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
qwmf_support_p.h File Reference

(853b15cc0ab4f0a145271a15f6c5e91a98da90fd)

#include <QtMultimedia/qtmultimediaexports.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qspan.h>
#include <QtCore/qbytearray.h>
#include <QtCore/private/qexpected_p.h>
#include <QtCore/private/qcomobject_p.h>
#include <QtCore/private/qcomptr_p.h>
#include <mfobjects.h>
#include <memory_resource>
Include dependency graph for qwmf_support_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QWMF::QByteArrayMFMediaBuffer
class  QWMF::QPmrMediaBuffer

Namespaces

namespace  QWMF

Typedefs

template<typename Functor>
using QWMF::IMFBufferReaderReturnType = std::invoke_result_t<Functor, QSpan<BYTE>, QSpan<BYTE>>

Functions

template<typename Functor>
auto QWMF::withLockedBuffer (IMFMediaBuffer *buffer, Functor &&f) -> q23::expected< IMFBufferReaderReturnType< Functor >, HRESULT >
template<typename Functor>
auto QWMF::withLockedBuffer (const ComPtr< IMFMediaBuffer > &buffer, Functor &&f) -> q23::expected< IMFBufferReaderReturnType< Functor >, HRESULT >