Compartir a través de


PerceptionColorFrameArrivedEventArgs.TryOpenFrame Método

Definición

Intenta abrir el marco de color que ha llegado.

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

Devoluciones

Si el intento se realiza correctamente, este método devuelve el marco de color recién llegado. Si el intento no se realiza correctamente, este valor no cambia.

Atributos

Comentarios

Los marcos existentes deben cerrarse antes de abrir nuevos marcos. Si una aplicación tiene tres o más fotogramas abiertos cuando se llama a este método, se producirá un error en TryOpenFrame.

Se aplica a