rememberSeekForwardButtonState

Functions summary

SeekForwardButtonState

Remembers the value of SeekForwardButtonState created based on the passed Player and launch a coroutine to listen to Player's changes.

Functions

rememberSeekForwardButtonState

@UnstableApi
@Composable
fun rememberSeekForwardButtonState(player: Player?): SeekForwardButtonState

Remembers the value of SeekForwardButtonState created based on the passed Player and launch a coroutine to listen to Player's changes. If the Player instance changes between compositions, produce and remember a new value.