Class TFilter

Unit

DSPack

Declaration

type TFilter = class(, )

Description

This component is an easy way to add a specific filter to a filter graph. You can retrieve an interface using the as operator whith D6 :)

Methods

Overview

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function QueryInterface(const IID: TGUID; out Obj): HResult; override; stdcall;

Description

Public constructor Create(AOwner: TComponent); override;

Constructor method.

Public destructor Destroy; override;

Destructor method.

Public function QueryInterface(const IID: TGUID; out Obj): HResult; override; stdcall;

Retrieve a filter interface.

Properties

Overview

Private property BaseFilter: TBaseFilter;
Private property FilterGraph: TFilterGraph;

Description

Private property BaseFilter: TBaseFilter;

This is the Filter Editor .

Private property FilterGraph: TFilterGraph;

The filter must be connected to a TFilterGraph component.


Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07