共用方式為


AUGraph.GetNumberOfInteractions 方法

定義

多載

GetNumberOfInteractions(UInt32)
GetNumberOfInteractions(Int32, UInt32)

GetNumberOfInteractions(UInt32)

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

參數

interactionsCount
UInt32

傳回

適用於

GetNumberOfInteractions(Int32, UInt32)

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

參數

node
Int32
interactionsCount
UInt32

傳回

適用於