AVAudioPlayer.ChannelAssignments 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.
The channel descriptions for the audio player.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVAudioSessionChannelDescription[] ChannelAssignments { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("channelAssignments", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setChannelAssignments:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ChannelAssignments : AVFoundation.AVAudioSessionChannelDescription[] with get, set
Property Value
The default value of this property is null
.
This value can be null
.
- Attributes
Remarks
If assigned, the AVAudioSessionChannelDescription array must be the same size as the NumberOfChannels.