Pin SLCommonFilter.TSLCommonBinaryFilter.OutputPin

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)
Newer edit →

Revision as of 00:15, 22 November 2011

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: TSLCommonBinaryFilter

Contents

Syntax

Delphi:

property OutputPin : TSLOWBinarySourcePin read FOutputPin write FOutputPin;

C++ Builder:

__property TSLOWBinarySourcePin * OutputPin = { read=FOutputPin, write=FOutputPin };

Summary

The output pin of the filter.

Description

OutputPin is the Binary(Raw) buffer data output pin of the component.

You can connect this pin to any pin accepting Binary(Raw) buffer data.


Delphi example:

SLGenericFilter1.OutputPin.Connect( SLGenericFilter2.InputPin );

C++ Builder example:

SLGenericFilter1->OutputPin->Connect( SLGenericFilter2->InputPin );

Visual C++(MFC/Win32) example:

SLGenericFilter1.OutputPin.Connect( SLGenericFilter2.InputPin );

Visual C++/CLI example:

genericFilter1->OutputPin->Connect( genericFilter2.InputPin );

C# example:

genericFilter1.OutputPin.Connect( genericFilter2.InputPin );

VB example:

GenericFilter1.OutputPin.Connect( GenericFilter2.InputPin )

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox