Pin List MLDSMediaFilter.TMLDSMediaFilter.InputPins

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(5 intermediate revisions by one user not shown)
Line 10: Line 10:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''property''' InputPins : TOWPinListOwner '''read''' FInputPins '''write''' FInputPins;
+
'''property''' InputPins : TOWPinListOwner '''read''' FRawInputPins '''write''' FRawInputPins;
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''__property''' TOWPinListOwner * InputPins = { '''read'''=FInputPins,  '''write'''=FInputPins };
+
'''__property''' TOWPinListOwner InputPins = { '''read'''=FRawInputPins,  '''write'''=FRawInputPins };
 
</code>
 
</code>
  

Latest revision as of 00:11, 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.

Class: TMLDSMediaFilter

Contents

Syntax

Delphi:

property InputPins : TOWPinListOwner read FRawInputPins write FRawInputPins;

C++ Builder:

__property TOWPinListOwner InputPins = { read=FRawInputPins, write=FRawInputPins };

Summary

The Media Input Pins of the filter.

Description

A list of Input Pins.

Use this property to connect the Inputs of the filter component to the data sources for the operation.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox