AUGraph.GetNumberOfInteractions Method

Definition

Overloads

GetNumberOfInteractions(UInt32)
GetNumberOfInteractions(Int32, UInt32)

GetNumberOfInteractions(UInt32)

public AudioUnit.AUGraphError GetNumberOfInteractions (out uint interactionsCount);
member this.GetNumberOfInteractions :  -> AudioUnit.AUGraphError

Parameters

interactionsCount
UInt32

Returns

Applies to

GetNumberOfInteractions(Int32, UInt32)

public AudioUnit.AUGraphError GetNumberOfInteractions (int node, out uint interactionsCount);
member this.GetNumberOfInteractions : int *  -> AudioUnit.AUGraphError

Parameters

node
Int32
interactionsCount
UInt32

Returns

Applies to