Direct3D11CaptureFramePool.TryGetNextFrame 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試從框架組區取得下一個擷取的框架。
public:
virtual Direct3D11CaptureFrame ^ TryGetNextFrame() = TryGetNextFrame;
Direct3D11CaptureFrame TryGetNextFrame();
public Direct3D11CaptureFrame TryGetNextFrame();
function tryGetNextFrame()
Public Function TryGetNextFrame () As Direct3D11CaptureFrame
傳回
框架組區中的下一個擷取框架;如果集區是空的,這個方法會傳回 null。