Platform SDK: TAPI |
This method is called by InternalCreateStream. The derived class should CreateInstance on its stream object, do an ATL 2.1 _InternalQueryInterface to obtain an ITStream pointer from the stream object, and call the stream object's Init method (on the stream object pointer, not the ITStream pointer).
virtual HRESULT CreateStreamObject ( DWORD dwMediaType, TERMINAL_DIRECTION Direction, IMediaEvent *pGraph, ITStream **ppStream ) = 0;