AVAudioSession.OutputDataSources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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