BASS.NET API for the Un4seen BASS Audio Library

EncoderMP3 Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates an instance of the generic MP3 command-line encoder implementation.

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

public EncoderMP3(
	int channel
)

Parameters

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

Implements generic command-line encoding. This encoder might be used for streaming only if the SupportsSTDOUT property is set to true (which is by default the case) and the underlying executable does support STDOUT as well - however make sure to select a command-line tool matching your StreamingServer!
See Also

Reference