Class VLMultiInput.TVLMultiInput
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: VLMultiInput
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TVLMultiInput = class( TLPComponent )
C++ Builder:
class TVLMultiInput : public TLPComponent
Visual C++ (MFC):
class CTVLMultiInput : public CTLPComponent
C# (.NET):
public ref class MultiInput : Mitov.VideoLab.Component
Summary
Base abstract class for many multi input filters
Description
This is a base abstract class for many multi input filters. Do not make instances of this class. Instead create instance of an inherited class.
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.