VlcSubtitleOptions class

Constructors

VlcSubtitleOptions(List<String> options)

Properties

hashCode int
The hash code for this object.
no setterinherited
options List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

backgroundColor(VlcSubtitleColor color) String
Set subtitle background color
backgroundOpacity(int opacity) String
Set subtitle background opacity 0 .. 255
boldStyle(bool enable) String
Enable/Disable subtitle bold style
color(VlcSubtitleColor color) String
Set subtitle color
font(String font) String
Set subtitle font (must be accessible by vlc)
fontSize(int size) String
Set subtitle font size
monofont(String monofont) String
Set subtitle mono font (must be accessible by vlc)
opacity(int opacity) String
Set subtitle opacity 0 .. 255
outlineColor(VlcSubtitleColor color) String
Set subtitle outline color
outlineOpacity(int opacity) String
Set subtitle outline opacity 0 .. 255
outlineThickness(VlcSubtitleThickness thickness) String
Set subtitle outline thickness {0 (None), 2 (Thin), 4 (Normal), 6 (Thick)}
relativeFontSize(int size) String
Set subtitle relative font size
shadowAngle(double angle) String
Set subtitle shadow angle -360.000000 .. 360.000000
shadowColor(VlcSubtitleColor color) String
Set subtitle shadow color
shadowDistance(double distance) String
Set subtitle shadow distance in 0.000000 .. 1.000000
shadowOpacity(int opacity) String
Set subtitle shadow opacity 0 .. 255
textDirection(VlcSubtitleTextDirection direction) String
Set subtitle text direction {0 (Left to right), 1 (Right to left), 2 (Auto)}
yuvpRenderer(bool enable) String
Enable/Disable subtitle yuvp renderer