Share via


RTC_MEDIA_EVENT_TYPE (Windows CE 5.0)

Send Feedback

This enumeration defines possible types for a media streaming event.

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

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

See Also

RTC Client API Enumerations | IRTCClient | IRTCMediaEvent

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.