Click or drag to resize
Accord.NET (logo)

SineGeneratorChannels Property

Gets or sets the number of channels for the generated signals.

Namespace:  Accord.Audio.Generators
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public int Channels { get; set; }
Request Example View Source

Property Value

Type: Int32

Implements

ISignalGeneratorChannels
See Also