AUGraph.GetNodeInfo Method
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.
GetNodeInfo(Int32, AUGraphError) | |
GetNodeInfo(Int32, AudioComponentDescription, AUGraphError) | |
GetNodeInfo(Int32) |
public AudioUnit.AudioUnit GetNodeInfo (int node, out AudioUnit.AUGraphError error);
member this.GetNodeInfo : int * -> AudioUnit.AudioUnit
Parameters
- node
- Int32
- error
- AUGraphError
Returns
Applies to
public AudioUnit.AudioUnit GetNodeInfo (int node, out AudioUnit.AudioComponentDescription cd, out AudioUnit.AUGraphError error);
member this.GetNodeInfo : int * * -> AudioUnit.AudioUnit
Parameters
- node
- Int32
- error
- AUGraphError