Direct3D11CaptureFramePool.TryGetNextFrame Method

Definition

Tries to get the next captured frame from the frame pool.

public:
 virtual Direct3D11CaptureFrame ^ TryGetNextFrame() = TryGetNextFrame;
Direct3D11CaptureFrame TryGetNextFrame();
public Direct3D11CaptureFrame TryGetNextFrame();
function tryGetNextFrame()
Public Function TryGetNextFrame () As Direct3D11CaptureFrame

Returns

The next captured frame in the frame pool; if the pool is empty, this method returns null.

Applies to