Direct3D11CaptureFramePool.TryGetNextFrame 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.
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.