Share via


ConversationalAgentSession.GetAudioClient Method

Definition

Synchronously retrieves an IAudioClient object that creates and initializes an audio stream between your application and the audio rendering device.

Important

To avoid possible concurrency issues, we recommend using GetAudioClientAsync instead.

public:
 virtual Platform::Object ^ GetAudioClient() = GetAudioClient;
IInspectable GetAudioClient();
public object GetAudioClient();
function getAudioClient()
Public Function GetAudioClient () As Object

Returns

Object

Platform::Object

IInspectable

The IAudioClient object.

Applies to

See also