Share via


RTC_VIDEO_DEVICE (Windows Embedded CE 6.0)

1/6/2010

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