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.
1/6/2010
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