CSource::CSource (Compact 2013)

3/26/2014

Initializes the CSource object.

Syntax

CSource(
  TCHAR* pName,
  LPUNKNOWN lpunk,
  CLSID clsid 
);

Parameters

  • pName
    Debugging name of this object.
  • lpunk
    Controlling IUnknown passed to the derived class's CreateInstance function.
  • clsid
    Class identifier of the filters.

Return Value

None.

Remarks

The derived class could create the pins here, unless it provides a means for the developer to do this.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CSource Class