Visual Basic (Declaration) | |
---|---|
Public MustOverride Property StreamsSelection As StreamsSelection |
C# | |
---|---|
public abstract StreamsSelection StreamsSelection {get; set;} |
C++/CLI | |
---|---|
public: abstract property StreamsSelection StreamsSelection { StreamsSelection get(); void set ( StreamsSelection value); } |
Property Value
The default value is StreamsSelection.Automatic.If this is StreamsSelection.Automatic, the number of spatial streams is determined by looking at the number of HT-LTF or VHT-LTF symbols in the input signal. If the value is StreamsSelection.Sig, the number of spatial streams is determined by decoding and interpreting the SIG, HT-SIG, and/or VHT-SIG symbols. If the value is StreamsSelection.Manual, the number of spatial streams is specified by the Streams property.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)