Package com.castlabs.sdk.playerui
Interface PlayerControllerView.PositionAdjuster
- Enclosing class:
PlayerControllerView
public static interface PlayerControllerView.PositionAdjuster
This interface is used to adjust the seekbar position to the thumbnail cue-points.
-
Method Summary
Modifier and TypeMethodDescriptionlong
getAdjustedPositionUs
(long positionUs) Should return the adjusted position in micro seconds.
-
Method Details
-
getAdjustedPositionUs
long getAdjustedPositionUs(long positionUs) Should return the adjusted position in micro seconds.- Parameters:
positionUs
- The position before adjustment.- Returns:
- The adjusted position.
-