Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 688 Bytes

audiodeviceinputnode_close_811482585.md

File metadata and controls

20 lines (14 loc) · 688 Bytes
-api-id -api-type
M:Windows.Media.Audio.AudioDeviceInputNode.Close
winrt method

Windows.Media.Audio.AudioDeviceInputNode.Close

-description

Closes the audio device input node and disposes of associated resources.

-remarks

The Close method is used by Universal Windows app using JavaScript. For apps written using the .NET Framework 4.5 in C# and VB.NET, the Close method is exposed as the Dispose() method on the AudioGraphBatchUpdater object. For apps written in C++, the Close method will be called when using the delete keyword on the object.

-examples

-see-also