Class VLCompression.TVLVideoCompression
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.
Package: VideoLabBasicPkg
Unit: VLCompression
Inherits: TLPOptionalDisabledPersistent
Contents |
Syntax
Delphi:
type TVLVideoCompression = class( TLPOptionalDisabledPersistent )
C++ Builder:
class TVLVideoCompression : public TLPOptionalDisabledPersistent
Visual C++ (MFC):
class CTVLVideoCompression : public CTLPOptionalDisabledPersistent
C# (.NET):
public ref class VideoCompression : Mitov.VideoLab.OptionalDisabledPersistent
Summary
Video compression settings class.
Description
Defines Video compression settings class.
Specifies whether or not the component will use video compression, and if so what kind of compression.
Use the Enabled property to enable the video compression.
Use the Compressions property to set a list of desired video compressions to be used.
The first video compressor from the list present in the system will be used to compress the video in the AVI File.
If none of the specified compressors is present, the audio in the file will not be compressed.
Properties
Published
- Compressions - Collection of video compressions.