Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::DeviceInfo Struct Reference

The audio device information. More...

#include <AgoraBase.h>

Public Attributes

bool isLowLatencyAudioSupported
 

Detailed Description

The audio device information.

Note
This class is for Android only.

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.