Share via


RTC_VIDEO_DEVICE (Windows CE 5.0)

Send Feedback

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

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCClient::IVideoWindow

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.