次の方法で共有


DefaultAudioRenderDeviceChangedEventArgs.Role プロパティ

定義

変更イベントの原因となった、新しく選択された既定のオーディオ レンダリング デバイスのロールを取得します。

public:
 property AudioDeviceRole Role { AudioDeviceRole get(); };
AudioDeviceRole Role();
public AudioDeviceRole Role { get; }
var audioDeviceRole = defaultAudioRenderDeviceChangedEventArgs.role;
Public ReadOnly Property Role As AudioDeviceRole

プロパティ値

変更イベントの原因となった、新しく選択された既定のオーディオ レンダリング デバイスの役割。

実装

適用対象

こちらもご覧ください