PhoneCall.AudioDeviceChanged Événement
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.
Événement déclenché lorsque la valeur de PhoneCall.AudioDevice change.
// Register
event_token AudioDeviceChanged(TypedEventHandler<PhoneCall, IInspectable const&> const& handler) const;
// Revoke with event_token
void AudioDeviceChanged(event_token const* cookie) const;
// Revoke with event_revoker
PhoneCall::AudioDeviceChanged_revoker AudioDeviceChanged(auto_revoke_t, TypedEventHandler<PhoneCall, IInspectable const&> const& handler) const;
public event TypedEventHandler<PhoneCall,object> AudioDeviceChanged;
function onAudioDeviceChanged(eventArgs) { /* Your code */ }
phoneCall.addEventListener("audiodevicechanged", onAudioDeviceChanged);
phoneCall.removeEventListener("audiodevicechanged", onAudioDeviceChanged);
- or -
phoneCall.onaudiodevicechanged = onAudioDeviceChanged;
Public Custom Event AudioDeviceChanged As TypedEventHandler(Of PhoneCall, Object)
Type d'événement
TypedEventHandler<PhoneCall,IInspectable>
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCall
|