Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 882 Bytes

direct3d11captureframepool_recreate_170091836.md

File metadata and controls

38 lines (22 loc) · 882 Bytes
-api-id -api-type
M:Windows.Graphics.Capture.Direct3D11CaptureFramePool.Recreate(Windows.Graphics.DirectX.Direct3D11.IDirect3DDevice,Windows.Graphics.DirectX.DirectXPixelFormat,System.Int32,Windows.Graphics.SizeInt32)
winrt method

Windows.Graphics.Capture.Direct3D11CaptureFramePool.Recreate

-description

Recreates the frame pool based on the given inputs.

-parameters

-param device

The Direct3D device.

-param pixelFormat

The DirectX pixel format of the captured frames.

-param numberOfBuffers

The number of buffers in which to store captured frames.

-param size

The size of each buffer.

-remarks

-see-also

-examples