Share via


ConversationalAgentSession.GetAudioClientAsync Method

Definition

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

public:
 virtual IAsyncOperation<Platform::Object ^> ^ GetAudioClientAsync() = GetAudioClientAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInspectable> GetAudioClientAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<object> GetAudioClientAsync();
function getAudioClientAsync()
Public Function GetAudioClientAsync () As IAsyncOperation(Of Object)

Returns

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

The result of the asynchronous operation as an IAudioClient object.

Attributes

Applies to

See also