BASS.NET API for the Un4seen BASS Audio Library

EncoderCMDLN Constructor

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

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

public EncoderCMDLN(
	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 and the underlying executable does support STDOUT as well - however make sure to select a command-line tool matching your StreamingServer!
See Also

Reference