Click or drag to resize
Accord.NET (logo)

ExtractChannel Constructor

Creates a new ExtractChannel filter.

Namespace:  Accord.Audio.Filters
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public ExtractChannel(
	int channel
)
Request Example View Source

Parameters

channel
Type: SystemInt32
The index of the channel to be extracted.
See Also