Visual Basic (Declaration) | |
---|---|
Public MustOverride Property NumberOfLayers As Integer |
C# | |
---|---|
public abstract int NumberOfLayers {get; set;} |
Property Value
The default value 1. The minimum value is 1 and the maximum is the number of input channels.This property is valid only if Precoding is SharedChannelDecoderType.SpatialMultiplexing and number of Input channels is greater than 1.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)