GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeVideosPlayerButtonsStyle - iOS

The BlazeVideosPlayerButtonsStyle struct represents the configuration for the video buttons.

Properties

mute

var mute: BlazeVideosPlayerButtonStyle

The mute button configuration.

exit

var exit: BlazeVideosPlayerButtonStyle

The exit button configuration.

share

var share: BlazeVideosPlayerButtonStyle

The share button configuration.

like

var like: BlazeVideosPlayerButtonStyle

The like button configuration.

playPause

var playPause: BlazeVideosPlayerButtonStyle

The play/pause button configuration.

previous

var previous: BlazeVideosPlayerButtonStyle

The previous button configuration.

next

var next: BlazeVideosPlayerButtonStyle

The next button configuration.

replay

var replay: BlazeVideosPlayerButtonStyle

The Replay button configuration.

fullScreen

var fullScreen: BlazeVideosPlayerButtonStyle

The fullScreen toggle button configuration

captions

var captions: BlazeVideosPlayerButtonStyle

The captions button configuration.

pictureInPicture

var pictureInPicture: BlazeVideosPlayerButtonStyle

The picture-in-picture button configuration. See Picture in Picture for setup and behavior.

airPlay

var airPlay: BlazeVideosPlayerButtonStyle

The AirPlay button configuration. See AirPlay for setup and behavior.

forceRotation

var forceRotation: BlazeVideosPlayerButtonStyle

The force rotation button configuration

seekForward

var seekForward: BlazeVideosPlayerButtonStyle

The seek forward button configuration.

seekBackward

var seekBackward: BlazeVideosPlayerButtonStyle

The seek backward button configuration.


Did this page help you?