Share via


AVAudioSession.InputDataSources Property

Definition

The data sources available for the current input port.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AVFoundation.AVAudioSessionDataSourceDescription[]? InputDataSources { [Foundation.Export("inputDataSources")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("inputDataSources")>]
member this.InputDataSources : AVFoundation.AVAudioSessionDataSourceDescription[]

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to