TMGR_DIRECTION enumeration (termmgr.h)

The TMGR_DIRECTION enum is used by the pluggable terminal methods to indicate terminal direction.

Syntax

typedef enum __MIDL___MIDL_itf_termmgr_0000_0000_0001 {
  TMGR_TD_CAPTURE = 1,
  TMGR_TD_RENDER = 2,
  TMGR_TD_BOTH = 3
} TMGR_DIRECTION;

Constants

 
TMGR_TD_CAPTURE
Value: 1
The terminal can originate a media stream.
TMGR_TD_RENDER
Value: 2
The terminal can render a media stream.
TMGR_TD_BOTH
Value: 3
The terminal can handle both directions of a media stream.

Requirements

Requirement Value
Header termmgr.h

See also

ITPluggableTerminalClassRegistration::get_Direction

ITPluggableTerminalClassRegistration::put_Direction