Class VLCommonCombine.TVLCommonCombine
From Mitov Wiki Doc
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: VideoLabPkg
Unit: VLCommonCombine
Inherits: TVLMultiInput
Contents |
Syntax
Delphi:
type TVLCommonCombine = class( TVLMultiInput )
C++ Builder:
class TVLCommonCombine : public TVLMultiInput
Visual C++ (MFC):
class CTVLCommonCombine : public CTVLMultiInput
C# (.NET):
public ref class CommonCombine : Mitov.VideoLab.MultiInput
Summary
Abstract base class for video image combine components.
Description
Defines abstract base class for video image combine components.
Properties
Published
- FrameSize - The rules to be used to calculate the size of the output frame.
- Offset - The X,Y offset between the two source images.
- StartIfNotAllRunning - Specifies if the component can start if not all inputs have started.
- BackgroundColor - The color of the area in the image not covered by any of the input images (The remaining area.).
From TVLMultiInput
Properties
Published
- AfterStop - Specifies the mixer behavior after the input streams have stopped.
- VideoFormat - Specifies the output video format for the component.
- Threading - Specifies the desired threading settings for the filtering.
Pins
- OutputPin - The Video Output Pin of the component.