targetLatency
The initial LowLatencyApi.targetLatency in seconds.
If not null
, the value:
overrides the media-defined target latency, and
overrides the SourceOptions.startOffset of the media.
Media-define latency is:
For Dash,
ServiceDescription.latency.target
if set,otherwise
suggestedPresentationDelay
if set,otherwise 30s.
For HLS,
EXT-X-START
if set,otherwise
EXT-X-PART-INF
if both it andPART-HOLD-BACK
are set,otherwise
3 * EXT-X-TARGETDURATION
.
Default is null
.