BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderEncoderDirectory Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the encoder's base directory.

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

public string EncoderDirectory { get; set; }

Property Value

Type: String

Implements

IBaseEncoderEncoderDirectory
Remarks

This property might be used in the EncoderCommandLine implementation to return a fully qualified path to the encoder executable within the command-line.
See Also

Reference