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.
The RTC_MEDIA_EVENT_TYPE enumeration describes changes in the media stream.
typedef enum RTC_MEDIA_EVENT_TYPE
{
RTCMET_STOPPED,
RTCMET_STARTED,
RTCMET_FAILED
} RTC_MEDIA_EVENT_TYPE;
Constants
- RTCMET_STOPPED
The media stream has stopped. - RTCMET_STARTED
The media stream has started. - RTCMET_FAILED
The media stream has failed.
Requirements
Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.