共用方式為


AVAudioSession.CurrentHardwareOutputNumberOfChannels 屬性

定義

應用程式開發人員不應該使用這個已被取代的屬性。 請改用 OutputNumberOfChannels

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'OutputNumberOfChannels' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint CurrentHardwareOutputNumberOfChannels { [Foundation.Export("currentHardwareOutputNumberOfChannels")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'OutputNumberOfChannels' instead.")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.CurrentHardwareOutputNumberOfChannels : nint

屬性值

System.System.IntPtr System.nativeint
屬性

適用於