Freigeben über


AVAudioEngine.InputNode Eigenschaft

Definition

Ein Eingabeknoten, z. B. ein integriertes Mikrofon.

[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

Eigenschaftswert

(Weitere Dokumentation zu diesem Knoten wird bereitgestellt.

Dieser Wert kann null sein.

Attribute

Hinweise

Entwickler, die auf diesen Knoten zugreifen, müssen über den NSMicrophoneUsageDescription Schlüssel für ihre Info.plist verfügen. Wenn sich dieser Schlüssel nicht in info.plist befindet, wird die Anwendung sofort ohne Ausnahme beendet, wenn der Entwickler versucht, auf zuzugreifen InputNode.

Gilt für: