BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderInputFile Property

BASS.NET API for the Un4seen BASS Audio Library
Specifies the input file name to be processed by the encoder (null = STDIN).

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

string InputFile { get; set; }

Property Value

Type: String
Remarks

This member should be used when implementing the EncoderCommandLine property.
See Also

Reference