BlazeVideosPlayerSeekBarStyle - iOS
The BlazeVideosPlayerSeekBarStyle struct represents the style configuration for the seek bar in a the video player.
Properties
playingState
var playingState: BlazeSeekBarStyleThe seek bar style for the playing state.
This style is applied when the video is actively playing.
pausedState
var pausedState: BlazeSeekBarStyleThe seek bar style for the pause/seek state.
This style is applied when the video is paused or during seek operations.
isVisible
var isVisible: BoolIndicates 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: CGFloatDetermines 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: CGFloatDetermines 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.
Updated 11 days ago
