Share via


AVAudioEngine.InputNode プロパティ

定義

組み込みのマイクなどの入力ノード。

[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

プロパティ値

(このノードのその他のドキュメントが公開されます)

この値は、null の場合もあります。

属性

注釈

このノードにアクセスする開発者は、info.plist のキーを持っている NSMicrophoneUsageDescription 必要があります。 このキーが info.plist にない場合、開発者が にアクセス InputNodeしようとすると、アプリケーションはすぐに終了し、例外はありません。

適用対象