ConversationalAgentSession.GetAudioRenderDeviceId 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.
Synchronously retrieves the device ID for the current speech output device.
Important
To avoid possible concurrency issues, we recommend using GetAudioRenderDeviceIdAsync instead.
public:
virtual Platform::String ^ GetAudioRenderDeviceId() = GetAudioRenderDeviceId;
winrt::hstring GetAudioRenderDeviceId();
public string GetAudioRenderDeviceId();
function getAudioRenderDeviceId()
Public Function GetAudioRenderDeviceId () As String
Returns
The ID as a string.