Class VLCompression.TVLVideoCompression
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VideoCompression : [[Class LPComponent.TLPOptionalDisabledPersistent|Mitov.VideoLab.OptionalDisabledPersistent]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 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.
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.