Share via


CVideoTransformFilter::CVideoTransformFilter

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Vtrans.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also