Share via


AVAudioPlayer.ChannelAssignments Proprietà

Definizione

Descrizioni del canale per il lettore audio.

[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

Valore della proprietà

Il valore predefinito di questa proprietà è null.

Il valore può essere null.

Attributi

Commenti

Se assegnato, la AVAudioSessionChannelDescription matrice deve avere le stesse dimensioni di NumberOfChannels.

Si applica a