Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::DeviceInfo Struct Reference

#include <AgoraBase.h>

Public Member Functions

 DeviceInfo ()
 

Public Attributes

bool isLowLatencyAudioSupported
 

Detailed Description

Note
This class is for Android only.

Constructor & Destructor Documentation

◆ DeviceInfo()

agora::rtc::DeviceInfo::DeviceInfo ( )
inline

Member Data Documentation

◆ isLowLatencyAudioSupported

bool agora::rtc::DeviceInfo::isLowLatencyAudioSupported

Whether the audio device supports ultra-low-latency capture and playback:

  • true: The device supports ultra-low-latency capture and playback.
  • false: The device does not support ultra-low-latency capture and playback.