JPEGPerformance
Delphi
property JPEGPerformance: TJPEGPerformance read GetJPEGPerformance write SetJPEGPerformance default DEF_JPEGPerformance;
C++Builder
__property TJPEGPerformance JPEGPerformance = {read=GetJPEGPerformance, write=SetJPEGPerformance, default=0};
C#
public TJPEGPerformance JPEGPerformance { get; set; }
VB.NET
Public Property JPEGPerformance As TJPEGPerformance
C++/Qt
TJPEGPerformance GetJPEGPerformance ();
void SetJPEGPerformance (TJPEGPerformance Value);
Use JPEGPerformance to control the trade-off between color quality and speed of decompression of JPEG files created during frame capture .