BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderEncoderCommandLine 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

string EncoderCommandLine { get; }

Property Value

Type: String
Remarks

Make sure, that the encoder command-line is evaluating the InputFile and OutputFile members correctly.
See Also

Reference