Share via


CSourceStream::CSourceStream (Compact 2013)

3/26/2014

Creates a CSourceStream object.

Syntax

CSourceStream(
  TCHAR*pObjectName,
  HRESULT*phr,
  CSource*pms,
  LPCWSTR pName 
);

Parameters

  • pObjectName
    Name of the object.
  • phr
    Resulting value for this constructor.
  • pms
    Pointer for the CSource object.
  • pName
    Name of the pin.

Return Value

None.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CSourceStream Class