BASS.NET API for the Un4seen BASS Audio Library

UtilsMakeBASSFXTypeMono Method

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

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

public static BASSFXType MakeBASSFXTypeMono(
	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: BASSFXType
The constructed BASSFXType.
See Also

Reference