PerceptionColorFrameArrivedEventArgs.TryOpenFrame 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’ouvrir le cadre de couleur qui est arrivé.
public:
virtual PerceptionColorFrame ^ TryOpenFrame() = TryOpenFrame;
PerceptionColorFrame TryOpenFrame();
/// [Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameArrivedEventArgs may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameArrivedEventArgs instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionColorFrame TryOpenFrame();
public PerceptionColorFrame TryOpenFrame();
[Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameArrivedEventArgs may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameArrivedEventArgs instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionColorFrame TryOpenFrame();
function tryOpenFrame()
Public Function TryOpenFrame () As PerceptionColorFrame
Retours
Si la tentative réussit, cette méthode retourne le cadre de couleur nouvellement arrivé. Si la tentative échoue, cette valeur est inchangée.
- Attributs
Remarques
Les trames existantes doivent être fermées avant d’ouvrir de nouveaux cadres. Si une application a au moins trois images ouvertes quand cette méthode est appelée, TryOpenFrame échoue.