Property VLDSFromSourceFilter.TVLDSFromSourceFilter.PumpType

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

Contents

Syntax

Delphi:

property PumpType : TOWPumpType read FPumpType write SetPumpType default ptNone;

C++ Builder:

__property TOWPumpType PumpType = { read=FPumpType, write=SetPumpType, default=ptNone };

Summary

Specifies the pump type of the component.

Description

This filter is capable of pumping data. It means that if no other pumping component is presented, the component will start generating buffers, and sending them via its OutputPin.

The Pump type specifies the way the pump master will beselected for the chain of connected pins.

Hardware pumps have the highest priority.

Master pumps have higher priority than the slave pumps.

Slave pumps have the lowest priority.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox