RTC_MEDIA_EVENT_TYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible types for a media streaming event.

Syntax

typedef enum RTC_MEDIA_EVENT_TYPE { 
  RTCMET_STOPPED, 
  RTCMET_STARTED, 
  RTCMET_FAILED 
} RTC_MEDIA_EVENT_TYPE;

Elements

  • RTCMET_STOPPED
    The media stream has stopped.
  • RTCMET_STARTED
    The media stream has started.
  • RTCMET_FAILED
    The media stream has failed.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCClient
IRTCMediaEvent:IDispatch