Platform SDK: TAPI

ITStream

The ITStream interfaces expose methods that allow an application to retrieve information on a stream; to start, pause, or stop the stream; to select or unselect terminals on a stream; and to obtain a list of terminals selected on the stream.

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

ITStream methods Description
get_MediaType Gets the stream's media type.
get_Direction Gets the stream's terminal direction.
get_Name Gets a BSTR representing the name of the stream.
StartStream Starts the stream.
PauseStream Pauses the stream.
StopStream Stops the stream.
SelectTerminal Selects an ITTerminal object onto the stream.
UnselectTerminal Unselects the terminal from the stream.
EnumerateTerminals Enumerates terminals selected on the stream.
get_Terminals Creates a collection of terminals associated with the current stream. Provided for Automation client applications, such as those written in Microsoft Visual Basic.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

Media Service Provider Interface (MSPI), ITStreamControl, ITSubStreamControl, ITSubStream