Freigeben über


ConversationalAgentSession.GetAudioClientAsync Methode

Definition

Ruft asynchron ein IAudioClient-Objekt ab, das einen Audiodatenstrom zwischen Ihrer Anwendung und dem Audiorenderinggerät erstellt und initialisiert.

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)

Gibt zurück

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

Das Ergebnis des asynchronen Vorgangs als IAudioClient-Objekt .

Attribute

Gilt für:

Weitere Informationen