次の方法で共有


AVAudioPlayer.ChannelAssignments プロパティ

定義

オーディオ プレーヤーのチャネルの説明。

[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

プロパティ値

このプロパティの既定値は null です。

この値は、null の場合もあります。

属性

注釈

割り当てられている場合、配列は AVAudioSessionChannelDescription と同じサイズ NumberOfChannelsである必要があります。

適用対象