VideoPlayerConfiguration constructor

VideoPlayerConfiguration(
  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}
)

Implementation

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