共用方式為


Direct3D11CaptureFramePool.TryGetNextFrame 方法

定義

嘗試從框架組區取得下一個擷取的框架。

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

傳回

框架組區中的下一個擷取框架;如果集區是空的,這個方法會傳回 null

適用於