ConversationalAgentSession.GetAudioRenderDeviceId 方法

定义

同步检索当前语音输出设备的设备 ID。

重要

为了避免可能的并发问题,建议改用 GetAudioRenderDeviceIdAsync

public:
 virtual Platform::String ^ GetAudioRenderDeviceId() = GetAudioRenderDeviceId;
winrt::hstring GetAudioRenderDeviceId();
public string GetAudioRenderDeviceId();
function getAudioRenderDeviceId()
Public Function GetAudioRenderDeviceId () As String

返回

String

Platform::String

winrt::hstring

字符串格式的 ID。

适用于

另请参阅