次の方法で共有


MediaDevice.GetDefaultAudioRenderId(AudioDeviceRole) メソッド

定義

指定したロールでオーディオをレンダリングするための既定のデバイスの識別子文字列を返します。

public:
 static Platform::String ^ GetDefaultAudioRenderId(AudioDeviceRole role);
 static winrt::hstring GetDefaultAudioRenderId(AudioDeviceRole const& role);
public static string GetDefaultAudioRenderId(AudioDeviceRole role);
function getDefaultAudioRenderId(role)
Public Shared Function GetDefaultAudioRenderId (role As AudioDeviceRole) As String

パラメーター

role
AudioDeviceRole

指定されたオーディオ デバイスロール (コンソール、メディア、または通信)。

戻り値

String

Platform::String

winrt::hstring

既定のデバイスの識別子文字列。

適用対象