lowLatency property

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

Deprecated This member is deprecated. Latency mode: true : Low latency with unassured quality. false : (Default) High latency with assured quality.

Implementation

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