Compartir a través de


RTC_RING_TYPE (Windows CE 5.0)

Send Feedback

This enumeration defines possible rings that are played on the default audio device. The IRTCClient::PlayRing method uses this enumeration.

typedef enum RTC_RING_TYPE {RTCRT_PHONE,RTCRT_MESSAGE,RTCRT_RINGBACK} RTC_RING_TYPE;

Elements

  • RTCRT_PHONE
    Normal phone ring rendered on the operating system's (OS) default audio device.
  • RTCRT_MESSAGE
    Notification for incoming instant message rendered on the OS default audio device.
  • RTCRT_RINGBACK
    Audio feedback for ringing of the remote destination. This ring is rendered on the RTC default audio device.

Requirements

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

See Also

RTC Client API Enumerations | IRTCClient::PlayRing

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.