MediaCapture.FocusChanged 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.
Si verifica quando il dispositivo di acquisizione cambia lo stato attivo.
// Register
event_token FocusChanged(TypedEventHandler<MediaCapture, MediaCaptureFocusChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void FocusChanged(event_token const* cookie) const;
// Revoke with event_revoker
MediaCapture::FocusChanged_revoker FocusChanged(auto_revoke_t, TypedEventHandler<MediaCapture, MediaCaptureFocusChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<MediaCapture,MediaCaptureFocusChangedEventArgs> FocusChanged;
function onFocusChanged(eventArgs) { /* Your code */ }
mediaCapture.addEventListener("focuschanged", onFocusChanged);
mediaCapture.removeEventListener("focuschanged", onFocusChanged);
- or -
mediaCapture.onfocuschanged = onFocusChanged;
Public Custom Event FocusChanged As TypedEventHandler(Of MediaCapture, MediaCaptureFocusChangedEventArgs)
Tipo evento
Requisiti Windows
Funzionalità dell'app |
backgroundMediaRecording
|