CreateAudioGraphResult.Status Property

Definition

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.

Applies to