androidx.media3.ui.compose.buttons

Composables

MuteButton

A state container for a button that mutes and unmutes to the media.

NextButton

A state container for a button that seeks to the next media item.

PlayPauseButton

A state container for a button that plays or pauses the media item.

PlaybackSpeedControl

A state container for building custom UI for playback speed control.

PreviousButton

A state container for a button that seeks to the previous media item.

RepeatButton

A state container for a button that cycles through repeat modes.

SeekBackButton

A state container for a button that seeks back in the current media item by Player.getSeekBackIncrement.

SeekForwardButton

A state container for a button that seeks back in the current media item by Player.getSeekForwardIncrement.

ShuffleButton

A state container for a button that toggles shuffle mode on and off.