Class VLCompression.TVLVideoCompression

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 52: Line 52:
 
=== Published ===
 
=== Published ===
 
*[[Property VLCompression.TVLVideoCompression.Compressions|Compressions]] - Collection of video compressions.  
 
*[[Property VLCompression.TVLVideoCompression.Compressions|Compressions]] - Collection of video compressions.  
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function VLCompression.TVLVideoCompression.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
  
 
== From [[Class LPComponent.TLPOptionalDisabledPersistent|TLPOptionalDisabledPersistent]] ==
 
== From [[Class LPComponent.TLPOptionalDisabledPersistent|TLPOptionalDisabledPersistent]] ==
Line 65: Line 70:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]]
 +
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

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.

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

Methods

Public

From TLPOptionalDisabledPersistent

Properties

Published

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox