getChapterAtPosition

fun Player.getChapterAtPosition(positionMs: Long = currentPosition): Chapter?

Get the chapter at position.

Return

null if there is no chapter at positionMs.

Parameters

positionMs

The position, in milliseconds, to find the chapter from.