BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderEncoderCommandLine Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return an encoder command-line string, which might be used with the BASS_Encode_Start(Int32, String, BASSEncode, ENCODEPROC, IntPtr) method in order to create and start the encoder.

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

public abstract string EncoderCommandLine { get; }

Property Value

Type: String

Implements

IBaseEncoderEncoderCommandLine
Remarks

Make sure, that the encoder command-line is evaluating the InputFile and OutputFile members correctly. Derived classes might also intruduce additional members which will have a direct impact of the command-line string. Therefore the actual implementation of this property should always generate the command-line dynamically when this property is accessed.
See Also

Reference