AVAudioEngine.InputNode Propriété

Définition

Nœud d’entrée tel qu’un microphone intégré.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVAudioInputNode InputNode { [Foundation.Export("inputNode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.InputNode : AVFoundation.AVAudioInputNode

Valeur de propriété

(Plus de documentation pour ce nœud arrive)

Cette valeur peut être null.

Attributs

Remarques

Les développeurs qui accèdent à ce nœud doivent disposer de la NSMicrophoneUsageDescription clé de leur info.plist. Si cette clé n’est pas dans info.plist, l’application se ferme immédiatement sans exception si le développeur tente d’accéder à .InputNode

S’applique à