RTC_CLIENT_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 client events.

Syntax

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_DEVICE_CHANGE
    Configuration of the streaming related devices has changed.
  • RTCCET_NETWORK_QUALITY_CHANGE
    Network quality has changed.

Requirements

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

See Also

Reference

RTC Client API Enumerations
IRTCClientEvent::EventType
IRTCClient::Volume
IRTCClient::AudioMuted
IRTCClient::PrepareForShutdown