BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_Mp3 Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of the BassEnc_Mp3 encoder implementation.

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

public EncoderBassEnc_Mp3(
	int channel
)

Parameters

channel
Type: SystemInt32
The channel handle... a HSTREAM, HMUSIC, or HRECORD.
Remarks

BassEnc_Mp3 implements MP3 encoding (BASS_CTYPE_STREAM_MP3).
See Also

Reference