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