RTC_AUDIO_DEVICE

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 audio devices.

Syntax

typedef enum RTC_AUDIO_DEVICE {
  RTCAD_SPEAKER,
  RTCAD_MICROPHONE
} RTC_AUDIO_DEVICE;

Elements

  • RTCAD_SPEAKER
    Speaker audio device. This device is used to play back an RTCMT_AUDIO_RECEIVE stream.
  • RTCAD_MICROPHONE
    Microphone audio device. This device is used to generate an RTCMT_AUDIO_SEND stream.

Requirements

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

See Also

Reference

RTC Client API Enumerations
IRTCClient::AudioMuted
IRTCClient::PreferredAudioDevice
IRTCClient::PreferredVolume
IRTCClient::Volume
IRTCIntensityEvent::Direction
RTCMT_