AVAudioEngine.DisconnectMidi 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
DisconnectMidi(AVAudioNode, AVAudioNode) | |
DisconnectMidi(AVAudioNode, AVAudioNode[]) |
DisconnectMidi(AVAudioNode, AVAudioNode)
[Foundation.Export("disconnectMIDI:from:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DisconnectMidi (AVFoundation.AVAudioNode sourceNode, AVFoundation.AVAudioNode destinationNode);
abstract member DisconnectMidi : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode -> unit
override this.DisconnectMidi : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode -> unit
Parameters
- sourceNode
- AVAudioNode
- destinationNode
- AVAudioNode
- Attributes
Applies to
DisconnectMidi(AVAudioNode, AVAudioNode[])
[Foundation.Export("disconnectMIDI:fromNodes:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DisconnectMidi (AVFoundation.AVAudioNode sourceNode, AVFoundation.AVAudioNode[] destinationNodes);
abstract member DisconnectMidi : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode[] -> unit
override this.DisconnectMidi : AVFoundation.AVAudioNode * AVFoundation.AVAudioNode[] -> unit
Parameters
- sourceNode
- AVAudioNode
- destinationNodes
- AVAudioNode[]
- Attributes