-
public final class FastSeekControlsState
-
-
Field Summary
Fields Modifier and Type Field Description private <ERROR CLASS>fastSeekDirectionprivate <ERROR CLASS>fastSeekAmountprivate <ERROR CLASS>fastSeekDoubleTapDetected
-
Constructor Summary
Constructors Constructor Description FastSeekControlsState(CoroutineScope coroutineScope, StreamPlayer player)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getFastSeekDirection()final Unit)>setFastSeekDirection(<ERROR CLASS> fastSeekDirection)final <ERROR CLASS>getFastSeekAmount()final Unit)>setFastSeekAmount(<ERROR CLASS> fastSeekAmount)final <ERROR CLASS>getFastSeekDoubleTapDetected()final Unit)>setFastSeekDoubleTapDetected(<ERROR CLASS> fastSeekDoubleTapDetected)final UnitstartFastSeekHandling(FastSeekDirection direction)final UnithandleFastSeekTap(FastSeekDirection direction)-
-
Method Detail
-
getFastSeekDirection
final <ERROR CLASS> getFastSeekDirection()
-
setFastSeekDirection
final Unit )>setFastSeekDirection(<ERROR CLASS> fastSeekDirection)
-
getFastSeekAmount
final <ERROR CLASS> getFastSeekAmount()
-
setFastSeekAmount
final Unit )>setFastSeekAmount(<ERROR CLASS> fastSeekAmount)
-
getFastSeekDoubleTapDetected
final <ERROR CLASS> getFastSeekDoubleTapDetected()
-
setFastSeekDoubleTapDetected
final Unit )>setFastSeekDoubleTapDetected(<ERROR CLASS> fastSeekDoubleTapDetected)
-
startFastSeekHandling
final Unit startFastSeekHandling(FastSeekDirection direction)
-
handleFastSeekTap
final Unit handleFastSeekTap(FastSeekDirection direction)
-
-
-
-