targetLatency

The initial LowLatencyApi.targetLatency in seconds.

If not null, the value:

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 and PART-HOLD-BACK are set,

    • otherwise 3 * EXT-X-TARGETDURATION.

Default is null.