|
FFmpeg
|
#include <vsrc_gfxcapture_winrt.hpp>
Public Types | |
| using | Func = std::decay_t< F > |
Public Member Functions | |
| FFTypedCBHandler (F &&f) | |
| std::invoke_result_t< Func &, Args... > STDMETHODCALLTYPE | Invoke (Args... args) override |
Public Member Functions inherited from FFComObject< Iface, IAgileObject > | |
| virtual | ~FFComObject ()=default |
| HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppvObject) override |
| ULONG STDMETHODCALLTYPE | AddRef () override |
| ULONG STDMETHODCALLTYPE | Release () override |
Private Attributes | |
| Func | cb_func |
Definition at line 139 of file vsrc_gfxcapture_winrt.hpp.
| using FFTypedCBHandler< Iface, F, Args >::Func = std::decay_t<F> |
Definition at line 143 of file vsrc_gfxcapture_winrt.hpp.
|
inlineexplicit |
Definition at line 145 of file vsrc_gfxcapture_winrt.hpp.
|
inlineoverride |
Definition at line 147 of file vsrc_gfxcapture_winrt.hpp.
|
private |
Definition at line 158 of file vsrc_gfxcapture_winrt.hpp.
Referenced by FFTypedCBHandler< Iface, F, Args >::Invoke().
1.8.17