ConversationalAgentSession.GetAudioClientAsync 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.
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
The result of the asynchronous operation as an IAudioClient object.
- Attributes