RTC_AUDIO_DEVICE (Windows CE 5.0)
This enumeration defines possible audio devices.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCClient::AudioMuted | IRTCClient::PreferredAudioDevice | IRTCClient::PreferredVolume | IRTCClient::Volume | IRTCIntensityEvent::Direction | RTCMT_
Send Feedback on this topic to the authors