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
 |
constructor Create(AOwner: TComponent); override; |
 |
destructor Destroy; override; |
 |
function QueryInterface(const IID: TGUID; out Obj): HResult; override; stdcall; |
Description
 |
constructor Create(AOwner: TComponent); override; |
Constructor method.
 |
destructor Destroy; override; |
Destructor method.
 |
function QueryInterface(const IID: TGUID; out Obj): HResult; override; stdcall; |
Retrieve a filter interface.
Properties
Overview
Description
 |
property BaseFilter: TBaseFilter; |
This is the Filter Editor .
 |
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