Ejemplo n.º 1
0
 public int CreateVideoProcessorEnumerator([NativeTypeName("const D3D11_VIDEO_PROCESSOR_CONTENT_DESC *")] D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc, [NativeTypeName("ID3D11VideoProcessorEnumerator **")] ID3D11VideoProcessorEnumerator **ppEnum)
 {
     return(((delegate * unmanaged <ID3D11VideoDevice *, D3D11_VIDEO_PROCESSOR_CONTENT_DESC *, ID3D11VideoProcessorEnumerator **, int>)(lpVtbl[10]))((ID3D11VideoDevice *)Unsafe.AsPointer(ref this), pDesc, ppEnum));
 }
 public void GetContentDesc(D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc)
 {
     ((delegate * unmanaged <ID3D11VideoProcessor *, D3D11_VIDEO_PROCESSOR_CONTENT_DESC *, void>)(lpVtbl[7]))((ID3D11VideoProcessor *)Unsafe.AsPointer(ref this), pDesc);
 }
 public int GetVideoProcessorContentDesc([NativeTypeName("D3D11_VIDEO_PROCESSOR_CONTENT_DESC *")] D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pContentDesc)
 {
     return(((delegate * stdcall <ID3D11VideoProcessorEnumerator1 *, D3D11_VIDEO_PROCESSOR_CONTENT_DESC *, int>)(lpVtbl[7]))((ID3D11VideoProcessorEnumerator1 *)Unsafe.AsPointer(ref this), pContentDesc));
 }
Ejemplo n.º 4
0
 public HRESULT GetVideoProcessorContentDesc(D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pContentDesc)
 {
     return(((delegate * unmanaged <ID3D11VideoProcessorEnumerator *, D3D11_VIDEO_PROCESSOR_CONTENT_DESC *, int>)(lpVtbl[7]))((ID3D11VideoProcessorEnumerator *)Unsafe.AsPointer(ref this), pContentDesc));
 }
 public void GetContentDesc([NativeTypeName("D3D11_VIDEO_PROCESSOR_CONTENT_DESC *")] D3D11_VIDEO_PROCESSOR_CONTENT_DESC *pDesc)
 {
     ((delegate * stdcall <ID3D11VideoProcessor *, D3D11_VIDEO_PROCESSOR_CONTENT_DESC *, void>)(lpVtbl[7]))((ID3D11VideoProcessor *)Unsafe.AsPointer(ref this), pDesc);
 }