![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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 > |