![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| class | QByteArrayMFMediaBuffer |
| class | QPmrMediaBuffer |
Typedefs | |
| template<typename Functor> | |
| using | IMFBufferReaderReturnType = std::invoke_result_t<Functor, QSpan<BYTE>, QSpan<BYTE>> |
Functions | |
| template<typename Functor> | |
| auto | withLockedBuffer (IMFMediaBuffer *buffer, Functor &&f) -> q23::expected< IMFBufferReaderReturnType< Functor >, HRESULT > |
| template<typename Functor> | |
| auto | withLockedBuffer (const ComPtr< IMFMediaBuffer > &buffer, Functor &&f) -> q23::expected< IMFBufferReaderReturnType< Functor >, HRESULT > |
Variables | |
| static constexpr auto | mfBufferAlignment = 16 |
| using QWMF::IMFBufferReaderReturnType = std::invoke_result_t<Functor, QSpan<BYTE>, QSpan<BYTE>> |
Definition at line 37 of file qwmf_support_p.h.
|
nodiscard |
Definition at line 68 of file qwmf_support_p.h.
|
nodiscard |
Definition at line 41 of file qwmf_support_p.h.
|
staticconstexpr |
Definition at line 248 of file qwmf_support.cpp.