BASS.NET API for the Un4seen BASS Audio Library

EncoderQTAACEncoderExists Property

BASS.NET API for the Un4seen BASS Audio Library
This property return , if the file "qtaacenc.exe" exists in the EncoderDirectory - else is returned.

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

public override bool EncoderExists { get; }

Property Value

Type: Boolean

Implements

IBaseEncoderEncoderExists
Remarks

To check, if QuickTime is also installed you might call the IsQuickTimeInstalled method.
See Also

Reference