Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 525 Bytes

audioframeinputnode_start_1587696324.md

File metadata and controls

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

Windows.Media.Audio.AudioFrameInputNode.Start

-description

Starts the audio frame input node.

-remarks

Audio graph nodes are created in the started state by default and will start processing audio when AudioGraph.Start is called. This method will restart processing for a node that was stopped with a call to Stop.

-examples

-see-also