isLowLatencyAudioSupported property

  1. @JsonKey(name: 'isLowLatencyAudioSupported')
bool? isLowLatencyAudioSupported
final

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.

Implementation

@JsonKey(name: 'isLowLatencyAudioSupported')
final bool? isLowLatencyAudioSupported;