Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |