ITSubStream::SelectTerminal method (tapi3if.h)

The SelectTerminal method selects an ITTerminal object onto the substream. See the Remarks section under ITStream::SelectTerminal for additional information.

Syntax

HRESULT SelectTerminal(
  [in] ITTerminal *pTerminal
);

Parameters

[in] pTerminal

Pointer to ITTerminal interface of selected terminal.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_POINTER
The pTerminal parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
TAPI_E_MAXTERMINALS
Multiple terminals have been selected on the substream, but media mixing or splitting is not possible.
TAPI_E_INVALIDTERMINAL
The terminal selected is not valid.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)

See also

ITStream::SelectTerminal

ITSubStream

Media Service Provider Interface (MSPI)