|
| HRESULT | CheckFeatureSupport (D3D12_FEATURE_VIDEO feature_video, [in, out] void *feature_support_data, UINT feature_support_data_size) |
| |
| HRESULT | CreateVideoDecoder ([in] const D3D12_VIDEO_DECODER_DESC *desc, [in] REFIID riid, [out, iid_is(riid)] void **video_decoder) |
| |
| HRESULT | CreateVideoDecoderHeap ([in] const D3D12_VIDEO_DECODER_HEAP_DESC *video_decoder_heap_desc, [in] REFIID riid, [out, iid_is(riid)] void **video_decoder_heap) |
| |
| HRESULT | CreateVideoProcessor (UINT node_mask, [in] const D3D12_VIDEO_PROCESS_OUTPUT_STREAM_DESC *output_stream_desc, [in] UINT input_stream_descs_count, [in] const D3D12_VIDEO_PROCESS_INPUT_STREAM_DESC *input_stream_descs, [in] REFIID riid, [out, iid_is(riid)] void **video_processor) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 226 of file d3d12video.idl.
◆ CheckFeatureSupport()
◆ CreateVideoDecoder()
◆ CreateVideoDecoderHeap()
◆ CreateVideoProcessor()
The documentation for this interface was generated from the following file: