Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.DeviceInfo Class Reference

The audio device information. More...

Public Member Functions

 DeviceInfo (boolean isLowLatencyAudioSupported)
 

Public Attributes

boolean isLowLatencyAudioSupported
 

Detailed Description

The audio device information.

Member Data Documentation

◆ isLowLatencyAudioSupported

boolean io.agora.rtc2.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.