BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderOutputFile Property

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

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

string OutputFile { get; set; }

Property Value

Type: String
Remarks

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

Reference