Direct3D11CaptureFramePool.CreateCaptureSession(GraphicsCaptureItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a capture session based on the given capture item and frame pool.
public:
virtual GraphicsCaptureSession ^ CreateCaptureSession(GraphicsCaptureItem ^ item) = CreateCaptureSession;
GraphicsCaptureSession CreateCaptureSession(GraphicsCaptureItem const& item);
public GraphicsCaptureSession CreateCaptureSession(GraphicsCaptureItem item);
function createCaptureSession(item)
Public Function CreateCaptureSession (item As GraphicsCaptureItem) As GraphicsCaptureSession
Parameters
- item
- GraphicsCaptureItem
The capture item (the target of the capture).
Returns
A capture session created from the given capture item and frame pool.