Microsoft DirectX 9.0

CVideoTransformFilter::CVideoTransformFilter

Constructor method.

Syntax

CVideoTransformFilter(
    TCHAR *pName,
    LPUNKNOWN pUnk,
    REFCLSID clsid
);

Parameters

pName

String containing the debug name of the filter. For more information, see CBaseObject::CBaseObject.

pUnk

Pointer to the owner of this object. If the object is aggregated, pass a pointer to the aggregating object's IUnknown interface. Otherwise, set this parameter to NULL.

clsid

Class identifier of the filter.

See Also