BASS.NET API for the Un4seen BASS Audio Library

EncoderQTAACQTQuality Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The QuickTime quality engine mode (Fast, Normal, High).

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

public enum QTQuality
Members

  Member nameValueDescription
Fastest0 Choose the profile for the fastest encoding speed (identical to --fast in the current QT AAC encoder).
Fast1 Choose the profile focused on the encoding speed.
Normal2 Choose the profile with moderate speed and quality.
High3 Choose the profile focused on the encoding quality (default).
Highest4 Choose the profile for the highest encoding quality (identical to --high in the current QT AAC encoder).
See Also

Reference