VideoViewerMetadata class

Constructors

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

Properties

defaultAspectRatio double
It is the Aspect Ratio that the widget.style.loading will take when the video is not initialized yet
final
enableChat bool
final
enableFullscreenScale bool
final
enableHorizontalSwapingGesture bool
final
enableShowReplayIconAtVideoEnd bool
final
enableVerticalSwapingGesture bool
final
forwardAmount int
It is the amount of seconds that the video will be advanced when double tapping.
final
hashCode int
The hash code for this object.
no setterinherited
language VideoViewerLanguage
It's the custom language can you set to the VideoViewer.
final
onFullscreenFixLandscape bool
If it is true, when entering the fullscreen it will be fixed in landscape mode and it will not be possible to rotate it in portrait. If it is false, you can rotate the entire screen in any position.
final
rewindAmount int
It is the amount of seconds that the video will be delayed when double tapping.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style VideoViewerStyle
It is an argument where you can change the design of almost the entire VideoViewer
final
volumeManager VideoViewerVolumeManager
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited