CreateAudioGraphResult.Graph 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 audio graph object.
public:
property AudioGraph ^ Graph { AudioGraph ^ get(); };
AudioGraph Graph();
public AudioGraph Graph { get; }
var audioGraph = createAudioGraphResult.graph;
Public ReadOnly Property Graph As AudioGraph
Property Value
An object indicating the audio graph.
Remarks
This value will be null if the Status property has a value other than Success.