AVAudioEngine.Connect Method

Definition

Overloads

Connect(AVAudioNode, AVAudioNode, AVAudioFormat)

Connects sourceNode to targetNode with the specified format.

Connect(AVAudioNode, AVAudioConnectionPoint[], nuint, AVAudioFormat)
Connect(AVAudioNode, AVAudioNode, nuint, nuint, AVAudioFormat)

Connect(AVAudioNode, AVAudioNode, AVAudioFormat)

Connects sourceNode to targetNode with the specified format.

[Foundation.Export("connect:to:format:")]
public virtual void Connect (AVFoundation.AVAudioNode sourceNode, AVFoundation.AVAudioNode targetNode, AVFoundation.AVAudioFormat format);
abstract member Connect : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode * AVFoundation.AVAudioFormat -> unit
override this.Connect : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode * AVFoundation.AVAudioFormat -> unit

Parameters

sourceNode
AVAudioNode
targetNode
AVAudioNode
format
AVAudioFormat

To be added.

This parameter can be null.

Attributes

Applies to

Connect(AVAudioNode, AVAudioConnectionPoint[], nuint, AVAudioFormat)

[Foundation.Export("connect:toConnectionPoints:fromBus:format:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Connect (AVFoundation.AVAudioNode sourceNode, AVFoundation.AVAudioConnectionPoint[] destNodes, nuint sourceBus, AVFoundation.AVAudioFormat format);
abstract member Connect : AVFoundation.AVAudioNode * AVFoundation.AVAudioConnectionPoint[] * nuint * AVFoundation.AVAudioFormat -> unit
override this.Connect : AVFoundation.AVAudioNode * AVFoundation.AVAudioConnectionPoint[] * nuint * AVFoundation.AVAudioFormat -> unit

Parameters

sourceNode
AVAudioNode
sourceBus
System.System.UIntPtr System.unativeint
format
AVAudioFormat

To be added.

This parameter can be null.

Attributes

Applies to

Connect(AVAudioNode, AVAudioNode, nuint, nuint, AVAudioFormat)

[Foundation.Export("connect:to:fromBus:toBus:format:")]
public virtual void Connect (AVFoundation.AVAudioNode sourceNode, AVFoundation.AVAudioNode targetNode, nuint sourceBus, nuint targetBus, AVFoundation.AVAudioFormat format);
abstract member Connect : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode * nuint * nuint * AVFoundation.AVAudioFormat -> unit
override this.Connect : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode * nuint * nuint * AVFoundation.AVAudioFormat -> unit

Parameters

sourceNode
AVAudioNode
targetNode
AVAudioNode
sourceBus
System.System.UIntPtr System.unativeint
targetBus
System.System.UIntPtr System.unativeint
format
AVAudioFormat

To be added.

This parameter can be null.

Attributes

Applies to