BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderEncoderExists Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return , if the encoder exists and is available - else should be returned.

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

public virtual bool EncoderExists { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderEncoderExists
Remarks

When using a command-line encoder this method might check, if the executable file exists in the specified EncoderDirectory.
See Also

Reference