latencyPreference property
If both this and enable_low_latency are set, they must match.
LATENCY_NORMAL should match enable_low_latency=false LATENCY_LOW should match enable_low_latency=true LATENCY_ULTRA_LOW should have enable_low_latency omitted. Possible string values are:
- "latencyPreferenceUnspecified"
- "normal" : Best for: highest quality viewer playbacks and higher resolutions.
- "low" : Best for: near real-time interaction, with minimal playback buffering.
- "ultraLow" : Best for: real-time interaction Does not support: Closed captions, 1440p, and 4k resolutions
Implementation
core.String? latencyPreference;