Package io.agora.rtc2

Class DeviceInfo

java.lang.Object
io.agora.rtc2.DeviceInfo

public class DeviceInfo extends Object
  • Field Details

    • isLowLatencyAudioSupported

      public boolean 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.
  • Constructor Details

    • DeviceInfo

      public DeviceInfo(boolean isLowLatencyAudioSupported)