Platform SDK: TAPI

TERMINAL_DIRECTION

The TERMINAL_DIRECTION enum is used to describe the direction of the media stream with respect to the local machine.

typedef enum TERMINAL_DIRECTION
{
  TD_CAPTURE,
  TD_RENDER
} TERMINAL_DIRECTION;

Members

TD_CAPTURE
The stream is captured on the local machine, and the data is sent out to the remote end of the connection.
TD_RENDER
The stream is arriving from the remote end of the connection and can be rendered to a terminal device for the user to see/hear.

Requirements

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

See Also

ITStream::get_Direction, ITStreamControl::CreateStream, ITTerminal::get_Direction, ITTerminalSupport::CreateTerminal, ITTerminalSupport::GetDefaultStaticTerminal, ITTerminalManager::CreateDynamicTerminal