GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeVideosPlayerSeekBarStyle - iOS

The BlazeVideosPlayerSeekBarStyle struct represents the style configuration for the seek bar in a the video player.

Properties

playingState

var playingState: BlazeSeekBarStyle

The seek bar style for the playing state.
This style is applied when the video is actively playing.

pausedState

var pausedState: BlazeSeekBarStyle

The seek bar style for the pause/seek state.
This style is applied when the video is paused or during seek operations.

isVisible

var isVisible: Bool

Indicates whether the whole seek bar should be visible.
Setting this to false will hide the seek bar regardless of the playback state.

horizontalSpacing

var horizontalSpacing: CGFloat

Determines the insets value of the whole seek bar from its container's horizontal edges.
This value is used to inset the seek bar from the left and right edges of its container.

bottomSpacing

var bottomSpacing: CGFloat

Determines the amount of spacing of the seek bar from its container's bottom edge.
This value is used to position the seek bar a specific distance from the bottom edge of its container.


Did this page help you?