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.
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