DefaultAudioRenderDeviceChangedEventArgs 类

定义

包含有关默认音频呈现设备更改事件的信息。

public ref class DefaultAudioRenderDeviceChangedEventArgs sealed : IDefaultAudioDeviceChangedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DefaultAudioRenderDeviceChangedEventArgs final : IDefaultAudioDeviceChangedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DefaultAudioRenderDeviceChangedEventArgs : IDefaultAudioDeviceChangedEventArgs
Public NotInheritable Class DefaultAudioRenderDeviceChangedEventArgs
Implements IDefaultAudioDeviceChangedEventArgs
继承
Object Platform::Object IInspectable DefaultAudioRenderDeviceChangedEventArgs
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

此对象不直接实例化。 它由 MediaDevice.DefaultAudioRenderDeviceChanged 事件创建,并作为 参数返回到 TypedEventHandler 委托。

属性

Id

获取导致更改事件的新选择的默认音频呈现设备的 ID。

Role

获取导致更改事件的新选择的默认音频呈现设备的角色。

适用于

另请参阅