PhoneCall.ChangeAudioDeviceAsync(PhoneCallAudioDevice) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously sets a hands-free (HF) phone call audio device.
public:
virtual IAsyncOperation<PhoneCallOperationStatus> ^ ChangeAudioDeviceAsync(PhoneCallAudioDevice endpoint) = ChangeAudioDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PhoneCallOperationStatus> ChangeAudioDeviceAsync(PhoneCallAudioDevice const& endpoint);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PhoneCallOperationStatus> ChangeAudioDeviceAsync(PhoneCallAudioDevice endpoint);
function changeAudioDeviceAsync(endpoint)
Public Function ChangeAudioDeviceAsync (endpoint As PhoneCallAudioDevice) As IAsyncOperation(Of PhoneCallOperationStatus)
Parameters
- endpoint
- PhoneCallAudioDevice
Returns
- Attributes
Windows requirements
App capabilities |
phoneCall
|