Property VLDSCompression.TVLDSVideoCompressionItem.Quality
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 10: | Line 10: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''property''' Quality : Cardinal '''read''' FQuality '''write''' SetQuality | + | '''property''' Quality : Cardinal '''read''' FQuality '''write''' SetQuality; |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''__property''' unsigned int Quality = { '''read'''=FQuality, '''write'''=SetQuality | + | '''__property''' unsigned int Quality = { '''read'''=FQuality, '''write'''=SetQuality }; |
</code> | </code> | ||
Revision as of 20:28, 10 June 2013
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: TVLDSVideoCompressionItem
Contents |
Syntax
Delphi:
property Quality : Cardinal read FQuality write SetQuality;
C++ Builder:
__property unsigned int Quality = { read=FQuality, write=SetQuality };
Summary
Desired compression quality(0 - 100000).
Description
Use this property to specify the quality as a value between 0
and 100000, where 100000 indicates the best quality and 0
indicates the worst quality. If the value is negative, the
filter will use the default quality.
The exact meaning of the quality setting depends on the filter.