Share via


AVAudioEngine.DisconnectMidi メソッド

定義

オーバーロード

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

パラメーター

sourceNode
AVAudioNode
destinationNode
AVAudioNode
属性

適用対象

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

パラメーター

sourceNode
AVAudioNode
destinationNodes
AVAudioNode[]
属性

適用対象