CMSPCallBase::InternalCreateStream method (mspcall.h)

The InternalCreateStream 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).

Syntax

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

Parameters

dwMediaType

Media type or types of call.

Direction

Indicates terminal direction.

ppStream

Pointer to ITStream object interface.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header mspcall.h

See also

CMSPCallBase

CMSPCallMultiGraph::InternalCreateStream

CreateStream

CreateStreamObject

ITStream