Platform SDK: TAPI

CMSPCallBase::InternalCreateStream

This method is called by CreateStream to create a stream object (the caller does the argument checking). It should create and initialize the stream object (using CreateStreamObject).

virtual HRESULT InternalCreateStream(
  DWORD dwMediaType,
  TERMINAL_DIRECTION Direction,
  ITStream **ppStream
) = 0;

Parameters

dwMediaType
Media type or types of call.
Direction
Indicates terminal direction.
ppStream
Pointer to ITStream object interface.

See Also

CMSPCallBase, CreateStream, CreateStreamObject, CMSPCallMultiGraph::InternalCreateStream, ITStream