AVAudioSession.OutputDataSources Property

Definition

An array of AVAudioSessionDataSourceDescriptions that list the available sources of the current output route.

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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to