ConversationalAgentSession.CreateAudioDeviceInputNodeAsync(AudioGraph) 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 creates an audio graph input node.
public:
virtual IAsyncOperation<AudioDeviceInputNode ^> ^ CreateAudioDeviceInputNodeAsync(AudioGraph ^ graph) = CreateAudioDeviceInputNodeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AudioDeviceInputNode> CreateAudioDeviceInputNodeAsync(AudioGraph const& graph);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AudioDeviceInputNode> CreateAudioDeviceInputNodeAsync(AudioGraph graph);
function createAudioDeviceInputNodeAsync(graph)
Public Function CreateAudioDeviceInputNodeAsync (graph As AudioGraph) As IAsyncOperation(Of AudioDeviceInputNode)
Parameters
- graph
- AudioGraph
An audio graph that represents the connected input, output, and submix nodes for manipulating and routing audio.
Returns
The result of the asynchronous operation as an AudioDeviceInputNode.
- Attributes