RTC_VIDEO_DEVICE
The RTC_VIDEO_DEVICE enumeration describes the possible video devices. The IRTCClient::get_IVideoWindow method uses a value of this enumeration.
typedef enum RTC_VIDEO_DEVICE
{
RTCVD_RECEIVE,
RTCVD_PREVIEW
} RTC_VIDEO_DEVICE;
Constants
- RTCVD_RECEIVE
Device used to render incoming video streams. - RTCVD_PREVIEW
Device used to preview outgoing video streams.
Requirements
Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Header: Declared in Rtccore.h.