Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 685 Bytes

audioframeinputnode_close_811482585.md

File metadata and controls

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

Windows.Media.Audio.AudioFrameInputNode.Close

-description

Closes the audio frame 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