RTC_RING_TYPE (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines possible rings that are played on the default audio device. The IRTCClient::PlayRing method uses this enumeration.
Syntax
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
Header | rtccore.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |