BASS.NET API for the Un4seen BASS Audio Library

UtilsMakeBASSDSPTypeMono Method

BASS.NET API for the Un4seen BASS Audio Library
Returns a BASSDSPType BASS_DSP_MONO_N(n) flag.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax

public static BASSDSPType MakeBASSDSPTypeMono(
	int channelNumber,
	bool useStereo = false
)

Parameters

channelNumber
Type: SystemInt32
Apply the effect to only the given channel (1 - 255).
useStereo (Optional)
Type: SystemBoolean
Apply the effect to only the given channel (1 - 255) and the one after it.

Return Value

Type: BASSDSPType
The constructed BASSDSPType.
See Also

Reference