PerceptionColorFrameSource.CameraIntrinsicsChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Sottoscrive l'evento CameraIntrinsicsChanged.
// Register
event_token CameraIntrinsicsChanged(TypedEventHandler<PerceptionColorFrameSource, IInspectable const&> const& handler) const;
// Revoke with event_token
void CameraIntrinsicsChanged(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionColorFrameSource::CameraIntrinsicsChanged_revoker CameraIntrinsicsChanged(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSource, IInspectable const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
// Register
event_token CameraIntrinsicsChanged(TypedEventHandler<PerceptionColorFrameSource, IInspectable const&> const& handler) const;
// Revoke with event_token
void CameraIntrinsicsChanged(event_token const* cookie) const;
// Revoke with event_revoker
PerceptionColorFrameSource::CameraIntrinsicsChanged_revoker CameraIntrinsicsChanged(auto_revoke_t, TypedEventHandler<PerceptionColorFrameSource, IInspectable const&> const& handler) const;
public event TypedEventHandler<PerceptionColorFrameSource,object> CameraIntrinsicsChanged;
[add: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<PerceptionColorFrameSource,object> CameraIntrinsicsChanged;
function onCameraIntrinsicsChanged(eventArgs) { /* Your code */ }
perceptionColorFrameSource.addEventListener("cameraintrinsicschanged", onCameraIntrinsicsChanged);
perceptionColorFrameSource.removeEventListener("cameraintrinsicschanged", onCameraIntrinsicsChanged);
- or -
perceptionColorFrameSource.oncameraintrinsicschanged = onCameraIntrinsicsChanged;
Public Custom Event CameraIntrinsicsChanged As TypedEventHandler(Of PerceptionColorFrameSource, Object)
Tipo evento
TypedEventHandler<PerceptionColorFrameSource,IInspectable>
- Attributi