Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 801 Bytes

createaudiographresult.md

File metadata and controls

26 lines (18 loc) · 801 Bytes
-api-id -api-type
T:Windows.Media.Audio.CreateAudioGraphResult
winrt class

Windows.Media.Audio.CreateAudioGraphResult

-description

Represents the result of attempting to create an audio graph.

-remarks

Get an instance of this class by calling AudioGraph.CreateAsync. Check the Status property to determine if the node was successfully created, and if so, get the instance of the audio graph with the Graph property.

Version history

Windows version SDK version Value added
1809 17763 ExtendedError

-examples

-see-also