VideoViewerMetadata constructor
VideoViewerMetadata({
- required double defaultAspectRatio,
- required int rewindAmount,
- required int forwardAmount,
- required bool onFullscreenFixLandscape,
- required VideoViewerLanguage language,
- required VideoViewerStyle style,
- required VideoViewerVolumeManager volumeManager,
- required bool enableFullscreenScale,
- required bool enableVerticalSwapingGesture,
- required bool enableHorizontalSwapingGesture,
- required bool enableShowReplayIconAtVideoEnd,
- required bool enableChat,
Implementation
VideoViewerMetadata({
required this.defaultAspectRatio,
required this.rewindAmount,
required this.forwardAmount,
required this.onFullscreenFixLandscape,
required this.language,
required this.style,
required this.volumeManager,
required this.enableFullscreenScale,
required this.enableVerticalSwapingGesture,
required this.enableHorizontalSwapingGesture,
required this.enableShowReplayIconAtVideoEnd,
required this.enableChat,
});