AUAudioUnitBus.SupportedChannelCounts 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.
Gets or sets an array that contains the allowable channel counts for this bus. null
indicates that any number less than MaximumChannelCount is supported.
public virtual Foundation.NSNumber[] SupportedChannelCounts { [Foundation.Export("supportedChannelCounts", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setSupportedChannelCounts:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.SupportedChannelCounts : Foundation.NSNumber[] with get, set
Property Value
NSNumber[]
(More documentation for this node is coming)
This value can be null
.
- Attributes