setResumeTime

open fun setResumeTime(resumeTimeMs: Int): VdoInitParams.Builder

Sets the player resume time in milliseconds.

By specifying a resume time, the player will resume playback from the given timestamp. Setting this will override any global settings related to auto resume.

Return

the Builder instance for method chaining.

Parameters

resumeTimeMs

the resume time in milliseconds.