Direct3D11CaptureFramePool.TryGetNextFrame Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente d’obtenir le cadre capturé suivant à partir du pool de cadres.
public:
virtual Direct3D11CaptureFrame ^ TryGetNextFrame() = TryGetNextFrame;
Direct3D11CaptureFrame TryGetNextFrame();
public Direct3D11CaptureFrame TryGetNextFrame();
function tryGetNextFrame()
Public Function TryGetNextFrame () As Direct3D11CaptureFrame
Retours
Le cadre capturé suivant dans le pool de cadres ; si le pool est vide, cette méthode retourne null.