RTC_VIDEO_DEVICE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible video devices. The IRTCClient::IVideoWindow method uses this enumeration.

Syntax

typedef enum RTC_VIDEO_DEVICE { 
  RTCVD_RECEIVE, 
  RTCVD_PREVIEW 
} RTC_VIDEO_DEVICE;

Elements

  • RTCVD_RECEIVE
    Device used to render incoming video streams.
  • RTCVD_PREVIEW
    Device used to preview outgoing video streams.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCClient::IVideoWindow