AVAudioEngine.DisconnectMidi Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se 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