Pin List VLColorMerge.TVLColorMerge.InputPins

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TVLColorMerge

Contents

Syntax

Delphi:

property InputPins : TOWPinList read FInputPins write FInputPins;

C++ Builder:

__property TOWPinList InputPins = { read=FInputPins, write=FInputPins };

Summary

The Video Input Pins for the color frames.

Description

List of Video Input Pins for the Color Merge component.


Delphi example:

VLColorSplit1.InputPins[0].Connect( VLAVIPlayer1.OutputPin );
VLColorSplit1.InputPins[1].Connect( VLAVIPlayer2.OutputPin );
VLColorSplit1.InputPins[2].Connect( VLAVIPlayer3.OutputPin );

C++ Builder example:

VLColorSplit1->InputPins->Pins[0]->Connect( VLAVIPlayer1->OutputPin );
VLColorSplit1->InputPins->Pins[1]->Connect( VLAVIPlayer2->OutputPin );
VLColorSplit1->InputPins->Pins[2]->Connect( VLAVIPlayer3->OutputPin );

Visual C++(MFC) example:

VLColorSplit1.InputPins[0].Connect( VLAVIPlayer1.OutputPin );
VLColorSplit1.InputPins[1].Connect( VLAVIPlayer2.OutputPin );
VLColorSplit1.InputPins[2].Connect( VLAVIPlayer3.OutputPin );

Visual C++/CLI example:

colorSplit1->InputPins[0]->ConnectConnect( aviPlayer1->OutputPin );
colorSplit1->InputPins[1]->ConnectConnect( aviPlayer2->OutputPin );
colorSplit1->InputPins[2]->ConnectConnect( aviPlayer3->OutputPin );

C# example:

colorSplit1.InputPins[0].Connect( aviPlayer1.OutputPin );
colorSplit1.InputPins[1].Connect( aviPlayer2.OutputPin );
colorSplit1.InputPins[2].Connect( aviPlayer3.OutputPin );

VB example:

ColorSplit1.InputPins(0).Connect( AVIPlayer1.OutputPin )
ColorSplit1.InputPins(1).Connect( AVIPlayer2.OutputPin )
ColorSplit1.InputPins(2).Connect( AVIPlayer3.OutputPin )

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox