Package io.agora.rtc2
Class DeviceInfo
java.lang.Object
io.agora.rtc2.DeviceInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether the audio device supports ultra-low-latency capture and playback: - `true`: The device supports ultra-low-latency capture and playback. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isLowLatencyAudioSupported
public boolean isLowLatencyAudioSupportedWhether 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)
-