AVAudioEngine.DisconnectMidi Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- sourceNode
- AVAudioNode
- destinationNode
- AVAudioNode
- Atributos
Se aplica a
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
Parámetros
- sourceNode
- AVAudioNode
- destinationNodes
- AVAudioNode[]
- Atributos