Class DSGraphProperty.TDSFilter
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.
Package: AudioLabBasicPkg
Unit: DSGraphProperty
Inherits: TInterfacedObject
Contents |
Syntax
Delphi:
type TDSFilter = class( TInterfacedObject )
C++ Builder:
class TDSFilter : public TInterfacedObject
Visual C++ (MFC):
class CTDSFilter : public CLPComponent
C# (.NET):
public ref class DSFilter : Vcl.VclProperty
Summary
DirectShow filter class.
Description
Defines DirectShow filter class.
This class allows access to a DirectShow filter in the graph.
Properties
Public
- Name - Returns the name of the filter.
- OutputPins - Allows access to individual output pin of the filter.
- OutputPinCount - Returns the number of output pins.
- InputPins - Allows access to individual input pin of the filter.
- InputPinCount - Returns the number of input pins.
- Pins - Allows access to individual pin of the filter.
- PinCount - Returns the number of pins.
- BaseFilter - IBaseFilter interface of the DirectShow filter.