Property ALSpeexCompressor.TALSpeexCompressor.Quality
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALSpeexCompressor
Contents |
Syntax
Delphi:
property Quality : Single read FQuality write SetQuality;
C++ Builder:
__property float Quality = { read=FQuality, write=SetQuality };
Summary
Speech quality.
Description
Use this property to set the encoder speech quality (0 to
10).
Delphi example:
ALSpeexCompressor1.Quality := 5;
C++ Builder example:
ALSpeexCompressor1->Quality = 5;
Visual C++(MFC/Win32) example:
ALSpeexCompressor1.Quality = 5;
C# example:
speexCompressor1.Quality = 5;