Class VLDSCompression.TVLDSVideoCompressionItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 23:52, 25 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: VLDSCompression
Inherits: TDSCompressionItem
Contents |
Syntax
Delphi:
type TVLDSVideoCompressionItem = class( TDSCompressionItem )
C++ Builder:
class TVLDSVideoCompressionItem : public TDSCompressionItem
Visual C++ (MFC):
class CTVLDSVideoCompressionItem : public CTDSCompressionItem
C# (.NET):
public ref class TVLDSVideoCompressionItem : Mitov.VideoLab.DSCompressionItem
Summary
DirectShow video compression item.
Description
Defines a DirectShow video compression item.
Properties
Published
- Quality - Desired compression quality(0 - 100000).
- KeyFrameRate - Desired key-frame rate.
- WindowSize - Desired window size, expressed as a number of frames.
- PFramesPerKeyFrame - Desired number of P frames per key frame.
Methods
Public
From TDSCompressionItem
Properties
Published
Public
Methods
Public
- function GetCompressorList(ADevicesList : TStrings) : Boolean
- function ShowDialog() : Boolean
- procedure SetParams(AFilter : IBaseFilter)
- function GetMoniker() : IMoniker