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 client events.
typedef enum RTC_CLIENT_EVENT_TYPE {RTCCET_VOLUME_CHANGE,RTCCET_DEVICE_CHANGE,RTCCET_NETWORK_QUALITY_CHANGE,RTCCET_ASYNC_CLEANUP_DONE} RTC_CLIENT_EVENT_TYPE;
Elements
- RTCCET_VOLUME_CHANGE
Volume settings have changed. The client must call IRTCClient::Volume and IRTCClient::AudioMuted to update the UI. - RTCCET_DEVICE_CHANGE
Configuration of the streaming related devices has changed. - RTCCET_NETWORK_QUALITY_CHANGE
Network quality has changed. - RTCCET_ASYNC_CLEANUP_DONE
IRTCClient::PrepareForShutdown has completed.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCClientEvent::EventType | IRTCClient::Volume | IRTCClient::AudioMuted | IRTCClient::PrepareForShutdown
Send Feedback on this topic to the authors