Class VLMultiInput.TVLMultiInput
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| Line 26: | Line 26: | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class'''  | + | '''public ref class''' MultiInput : [[Class LPComponent.TLPComponent|Mitov.VideoLab.Component]] | 
| </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: 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.
