Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PlayerSeekingResult

The result of the seek operation by calling the {@link seekToProgressTime} method.

since

v2.15.0

Index

Enumeration members

Override

Override: = "override"

The seek operation is cancelled because it is overridden by another seek operation.

Stopped

Stopped: = "stopped"

The seek operation is stopped because the player stops.

Success

Success: = "success"

The SDK successfully seeks to the specified playback position.

SuccessButUnnecessary

SuccessButUnnecessary: = "successButUnnecessary"

The seek operation is not necessary because the current playback position is the specified playback position.