AVAudioPlayer.ChannelAssignments Propiedad

Definición

Descripciones del canal para el reproductor de 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

Valor de propiedad

El valor predeterminado de esta propiedad es null.

Este valor puede ser null.

Atributos

Comentarios

Si se asigna, la AVAudioSessionChannelDescription matriz debe tener el mismo tamaño que .NumberOfChannels

Se aplica a