CMediaPosition::CMediaPosition
| Microsoft DirectShow 9.0 |
CMediaPosition::CMediaPosition
Constructor method.
Syntax
CMediaPosition(
const TCHAR *pName,
LPUNKNOWN pUnk
);
CMediaPosition(
const TCHAR *pName,
LPUNKNOWN pUnk
HRESULT *phr
);
Parameters
pName
Pointer to the name of the object, for debugging purposes. Allocate this parameter in static memory.
pUnk
Pointer to the owner of this object, or NULL if the object is not aggregated.
phr
Ignored.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also