Skip to main content

AndroidCatchupConfigurationSpeed

Properties

fallbackTimeThresholdMs?

optional fallbackTimeThresholdMs: number

Threshold relative to the AndroidCatchupConfigurationSpeed.timeReference which indicates a fallback safeguard for the speed mode.


lowerTimeThresholdMs

lowerTimeThresholdMs: number

Threshold relative to the AndroidCatchupConfigurationSpeed.timeReference which indicates the end or destination of the catchup.


seekOnDownloadError?

optional seekOnDownloadError: boolean

Directs the player to seek to catch up an upper time threshold on video segment download timeout Errors.


speedCoefficient

speedCoefficient: number

Player speed at which to perform the catchup when AndroidCatchupConfigurationSpeed.upperTimeThresholdMs is reached.


timeReference

timeReference: AndroidCatchupConfigurationTimeReference

The time reference to which the thresholds will be relative to.


type

type: Speed

The strategy of the catchup behavior.

See

AndroidCatchupConfigurationType


upperTimeThresholdMs

upperTimeThresholdMs: number

Threshold relative to the AndroidCatchupConfigurationSpeed.timeReference which indicates the start trigger of the catchup.