|
FFmpeg
|
#include <vsrc_gfxcapture_winrt.hpp>
Static Public Member Functions | |
| static Ret CALLBACK | thunk (Args... args, LPARAM lparam) |
Data Fields | |
| std::function< Ret(Args...)> | fn |
| decltype(&Win32Callback::thunk) | proc = &Win32Callback::thunk |
| LPARAM | lparam = 0 |
Definition at line 171 of file vsrc_gfxcapture_winrt.hpp.
|
inlinestatic |
Definition at line 173 of file vsrc_gfxcapture_winrt.hpp.
| std::function<Ret(Args...)> Win32Callback< Ret, Args >::fn |
Definition at line 172 of file vsrc_gfxcapture_winrt.hpp.
Referenced by thunk().
| decltype(&Win32Callback::thunk) Win32Callback< Ret, Args >::proc = &Win32Callback::thunk |
Definition at line 177 of file vsrc_gfxcapture_winrt.hpp.
| LPARAM Win32Callback< Ret, Args >::lparam = 0 |
Definition at line 178 of file vsrc_gfxcapture_winrt.hpp.
Referenced by make_win32_callback(), and thunk().