|
FFmpeg
|
Data Fields | |
| ComPtr< IDispatcherQueueController > | dispatcher_queue_controller |
| ComPtr< IDispatcherQueue > | dispatcher_queue |
| ComPtr< IGraphicsCaptureItem > | capture_item |
| ComPtr< IDirect3DDevice > | d3d_device |
| ComPtr< IDirect3D11CaptureFramePool > | frame_pool |
| ComPtr< IGraphicsCaptureSession > | capture_session |
| EventRegistrationToken | frame_arrived_token { 0 } |
| EventRegistrationToken | closed_token { 0 } |
| std::mutex | frame_arrived_mutex |
| std::condition_variable | frame_arrived_cond |
| bool | window_closed { false } |
| uint64_t | frame_seq { 0 } |
| SizeInt32 | cap_size { 0, 0 } |
| RECT | client_area_offsets { 0, 0, 0, 0 } |
Definition at line 111 of file vsrc_gfxcapture_winrt.cpp.
| ComPtr<IDispatcherQueueController> GfxCaptureContextWgc::dispatcher_queue_controller |
Definition at line 112 of file vsrc_gfxcapture_winrt.cpp.
| ComPtr<IDispatcherQueue> GfxCaptureContextWgc::dispatcher_queue |
Definition at line 113 of file vsrc_gfxcapture_winrt.cpp.
| ComPtr<IGraphicsCaptureItem> GfxCaptureContextWgc::capture_item |
Definition at line 115 of file vsrc_gfxcapture_winrt.cpp.
| ComPtr<IDirect3DDevice> GfxCaptureContextWgc::d3d_device |
Definition at line 116 of file vsrc_gfxcapture_winrt.cpp.
| ComPtr<IDirect3D11CaptureFramePool> GfxCaptureContextWgc::frame_pool |
Definition at line 117 of file vsrc_gfxcapture_winrt.cpp.
| ComPtr<IGraphicsCaptureSession> GfxCaptureContextWgc::capture_session |
Definition at line 118 of file vsrc_gfxcapture_winrt.cpp.
| EventRegistrationToken GfxCaptureContextWgc::frame_arrived_token { 0 } |
Definition at line 120 of file vsrc_gfxcapture_winrt.cpp.
| EventRegistrationToken GfxCaptureContextWgc::closed_token { 0 } |
Definition at line 121 of file vsrc_gfxcapture_winrt.cpp.
| std::mutex GfxCaptureContextWgc::frame_arrived_mutex |
Definition at line 123 of file vsrc_gfxcapture_winrt.cpp.
| std::condition_variable GfxCaptureContextWgc::frame_arrived_cond |
Definition at line 124 of file vsrc_gfxcapture_winrt.cpp.
| bool GfxCaptureContextWgc::window_closed { false } |
Definition at line 125 of file vsrc_gfxcapture_winrt.cpp.
| uint64_t GfxCaptureContextWgc::frame_seq { 0 } |
Definition at line 126 of file vsrc_gfxcapture_winrt.cpp.
| SizeInt32 GfxCaptureContextWgc::cap_size { 0, 0 } |
Definition at line 128 of file vsrc_gfxcapture_winrt.cpp.
| RECT GfxCaptureContextWgc::client_area_offsets { 0, 0, 0, 0 } |
Definition at line 129 of file vsrc_gfxcapture_winrt.cpp.
1.8.17