Pin List VLDSVideoFilter.TVLDSVideoFilter.RawOutputPins
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.
Class: TVLDSVideoFilter
Contents |
Syntax
Delphi:
property RawOutputPins : TOWPinListOwner read FRawOutputPins write FRawOutputPins;
C++ Builder:
__property TOWPinListOwner RawOutputPins = { read=FRawOutputPins, write=FRawOutputPins };
Summary
The Raw data output pins of the component.
Description
A list of Raw buffer data output pins of the component.
You can connect each of these pins to any pin accepting Raw binary buffer data.