コード例 #1
0
 public void GetDesc(D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc)
 {
     ((delegate * unmanaged <ID3D11VideoDecoderOutputView *, D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *, void>)(lpVtbl[8]))((ID3D11VideoDecoderOutputView *)Unsafe.AsPointer(ref this), pDesc);
 }
コード例 #2
0
 public int CreateVideoDecoderOutputView([NativeTypeName("ID3D11Resource *")] ID3D11Resource *pResource, [NativeTypeName("const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *")] D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc, [NativeTypeName("ID3D11VideoDecoderOutputView **")] ID3D11VideoDecoderOutputView **ppVDOVView)
 {
     return(((delegate * unmanaged <ID3D11VideoDevice *, ID3D11Resource *, D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *, ID3D11VideoDecoderOutputView **, int>)(lpVtbl[7]))((ID3D11VideoDevice *)Unsafe.AsPointer(ref this), pResource, pDesc, ppVDOVView));
 }
コード例 #3
0
 public void GetDesc([NativeTypeName("D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *")] D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *pDesc)
 {
     ((delegate * stdcall <ID3D11VideoDecoderOutputView *, D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC *, void>)(lpVtbl[8]))((ID3D11VideoDecoderOutputView *)Unsafe.AsPointer(ref this), pDesc);
 }