Skip to main content

AndroidCatchupConfigurationSpeed

Properties

fallbackTimeThresholdMs

fallbackTimeThresholdMs?: number;

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


lowerTimeThresholdMs

lowerTimeThresholdMs: number;

Threshold relative to the AndroidCatchupConfiguration.timeReference which indicates the end or destination of the Catchup.


seekOnDownloadError

seekOnDownloadError?: boolean;

Directs the player seek to Catchup Upper Time Threshold on Video Segment Download Timeout Errors.


speedCoefficient

speedCoefficient: number;

Player speed at which to perform Catchup when AndroidCatchupConfiguration.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 behaviour.

See

AndroidCatchupConfigurationType


upperTimeThresholdMs

upperTimeThresholdMs: number;

Threshold relative to the AndroidCatchupConfiguration.timeReference which indicates the start trigger of the Catchup.