ConversationalAgentSession.GetAudioClient 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 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
The IAudioClient object.