BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderOutputFile Property

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

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

public string OutputFile { get; set; }

Property Value

Type: String

Implements

IBaseEncoderOutputFile
Remarks

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

Reference