BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderInputFile Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the input file name to be processed by the encoder (null = STDIN, default).

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

public string InputFile { get; set; }

Property Value

Type: String

Implements

IBaseEncoderInputFile
Remarks

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

Reference