Property VLAVILogger.TVLAVILogger.Compression

From Mitov Wiki Doc
Jump to: navigation, search

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: TVLAVILogger

Contents

Syntax

Delphi:

property Compression : TVLVideoCompression read FVideoCompression write SetVideoCompression;

C++ Builder:

__property TVLVideoCompression * Compression = { read=FVideoCompression, write=SetVideoCompression };

Summary

Desired video compression.

Description

Use this property to specify the desired video compression to be used for logging.


Visual C++(MFC) example

VLAVILogger1.Compression.Count = 3;

VLAVILogger1.Compression[0].Compressor = "CVID";
VLAVILogger1.Compression[0].Quality = 500;

VLAVILogger1.Compression[1].Compressor = "IV32";
VLAVILogger1.Compression[1].Quality = 800;

VLAVILogger1.Compression[2].Compressor = "MSVC";
VLAVILogger1.Compression[2].Quality = 700;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox