OpenVideoPlayerConfiguration constructor

OpenVideoPlayerConfiguration(
  1. {VideoPlayerStyle? playerStyle,
  2. VideoPlayerCompleteAction? videoCompleteAction,
  3. bool? showShareButton,
  4. VideoPlayerCTAStyle? ctaButtonStyle,
  5. bool? showPlaybackButton,
  6. bool? showMuteButton,
  7. bool? showBranding,
  8. VideoPlayerCTADelay? ctaDelay,
  9. VideoPlayerCTADelay? ctaHighlightDelay,
  10. String? shareBaseURL,
  11. VideoPlayerCTAWidth? ctaWidth,
  12. VideoPlayerButtonConfiguration? buttonConfiguration,
  13. VideoPlayerLogoConfiguration? videoPlayerLogoConfiguration,
  14. bool? showVideoDetailTitle,
  15. ReplayBadgeConfiguration? replayBadgeConfiguration,
  16. CountdownTimerConfiguration? countdownTimerConfiguration,
  17. bool? enablePictureInPicture}
)

Implementation

OpenVideoPlayerConfiguration({
  super.playerStyle,
  super.videoCompleteAction,
  super.showShareButton,
  super.ctaButtonStyle,
  super.showPlaybackButton,
  super.showMuteButton,
  super.showBranding,
  super.ctaDelay,
  super.ctaHighlightDelay,
  super.shareBaseURL,
  super.ctaWidth,
  super.buttonConfiguration,
  super.videoPlayerLogoConfiguration,
  super.showVideoDetailTitle,
  super.replayBadgeConfiguration,
  super.countdownTimerConfiguration,
  this.enablePictureInPicture,
});