CreateAudioGraphResult.Status Property
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.
Gets the result status of an operation to create an AudioGraph with a call to AudioGraph.CreateAsync.
public:
property AudioGraphCreationStatus Status { AudioGraphCreationStatus get(); };
AudioGraphCreationStatus Status();
public AudioGraphCreationStatus Status { get; }
var audioGraphCreationStatus = createAudioGraphResult.status;
Public ReadOnly Property Status As AudioGraphCreationStatus
Property Value
An enumeration value indicating audio graph creation status.
Remarks
If the result status is Success, get the instance of the audio graph with the Graph property.