FijkFit class
How a video should be inscribed into FijkView.
See also BoxFit
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
ar4_3
→ const FijkFit
-
As large as possible while still containing the video entirely within the
target FijkView box. But change video's aspect ratio to 4:3.
-
ar16_9
→ const FijkFit
-
As large as possible while still containing the video entirely within the
target FijkView box. But change video's aspect ratio to 16:9.
-
contain
→ const FijkFit
-
As large as possible while still containing the video entirely within the
target FijkView box.
-
cover
→ const FijkFit
-
As small as possible while still covering the entire target FijkView box.
-
fill
→ const FijkFit
-
Fill the target FijkView box by distorting the video's aspect ratio.
-
fitHeight
→ const FijkFit
-
Make sure the full height of the source is shown, regardless of
whether this means the source overflows the target box horizontally.
-
fitWidth
→ const FijkFit
-
Make sure the full width of the source is shown, regardless of
whether this means the source overflows the target box vertically.