Interface VideoPlayerButtonConfiguration

Hierarchy

  • VideoPlayerButtonConfiguration

Properties

closeButton?: ButtonInfo

Specifies the close button info. Image will be drawn in a 40pt x 40pt frame.

muteButton?: ButtonInfo

Specifies the mute button info. Image will be drawn in a 40pt x 40pt frame.

pauseButton?: ButtonInfo

Specifies the pause info. Image will be drawn at the center of the player view.

playButton?: ButtonInfo

Specifies the play info. Image will be drawn at the center of the player view.

unmuteButton?: ButtonInfo

Specifies the unmute button info. Image will be drawn in a 40pt x 40pt frame.

videoDetailButton?: ButtonInfo

Specifies the video detail button info. Image will be drawn in a 40pt x 40pt frame.

Generated using TypeDoc