AVAudioEngine.DisconnectMidi 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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[]
- 属性