AVAudioSession.OutputDataSources Property

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVAudioSessionDataSourceDescription[] OutputDataSources { [Foundation.Export("outputDataSources")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.OutputDataSources : AVFoundation.AVAudioSessionDataSourceDescription[]

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to