SubtitleAttrType enum
The different types of subtitle attributes that can be set on the player.
Values
- subAttrRegionXPos → const SubtitleAttrType
-
Subtitle attribute type region x position
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrRegionYPos → const SubtitleAttrType
-
Subtitle attribute type region y position
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrRegionWidth → const SubtitleAttrType
-
Subtitle attribute type region width
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrRegionHeight → const SubtitleAttrType
-
Subtitle attribute type region height
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrWindowXPadding → const SubtitleAttrType
-
Subtitle attribute type window x padding
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrWindowYPadding → const SubtitleAttrType
-
Subtitle attribute type window y padding
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrWindowLeftMargin → const SubtitleAttrType
-
Subtitle attribute type window left margin
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWindowRightMargin → const SubtitleAttrType
-
Subtitle attribute type window right margin
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWindowTopMargin → const SubtitleAttrType
-
Subtitle attribute type window top margin
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWindowBottomMargin → const SubtitleAttrType
-
Subtitle attribute type window bottom margin
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWindowBgColor → const SubtitleAttrType
-
Subtitle attribute type window opacity
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWindowOpacity → const SubtitleAttrType
-
Subtitle attribute type window opacity
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrWindowShowBg → const SubtitleAttrType
-
Subtitle attribute type window show background
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontFamily → const SubtitleAttrType
-
Subtitle attribute type font family
const SubtitleAttrType(SubtitleAttrValueType.string) - subAttrFontSize → const SubtitleAttrType
-
Subtitle attribute type font size
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrFontWeight → const SubtitleAttrType
-
Subtitle attribute type font color
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontStyle → const SubtitleAttrType
-
Subtitle attribute type font style
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontColor → const SubtitleAttrType
-
Subtitle attribute type font color
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontBgColor → const SubtitleAttrType
-
Subtitle attribute type font bg color
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontOpacity → const SubtitleAttrType
-
Subtitle attribute type font opacity
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrFontBgOpacity → const SubtitleAttrType
-
Subtitle attribute type font bg opacity
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrFontTextOutlineColor → const SubtitleAttrType
-
Subtitle attribute type font text outline color
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontTextOutlineThickness → const SubtitleAttrType
-
Subtitle attribute type font text outline thickness
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontTextOutlineBlurRadius → const SubtitleAttrType
-
Subtitle attribute type font text outline blur radius
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontVerticalAlign → const SubtitleAttrType
-
Subtitle attribute type font vertical align
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrFontHorizontalAlign → const SubtitleAttrType
-
Subtitle attribute type font horizontal align
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrRawSubtitle → const SubtitleAttrType
-
Subtitle attribute type raw subtitle
const SubtitleAttrType(SubtitleAttrValueType.string) - subAttrWebvttCueLine → const SubtitleAttrType
-
Subtitle attribute type webvtt cue line num type
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrWebvttCueLineNum → const SubtitleAttrType
-
Subtitle attribute type webvtt cue line align
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWebvttCueLineAlign → const SubtitleAttrType
-
Subtitle attribute type webvtt cue line align
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWebvttCueAlign → const SubtitleAttrType
-
Subtitle attribute type webvtt cue line align
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWebvttCueSize → const SubtitleAttrType
-
Subtitle attribute type webvtt cue size
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrWebvttCuePosition → const SubtitleAttrType
-
Subtitle attribute type webvtt cue position
const SubtitleAttrType(SubtitleAttrValueType.double) - subAttrWebvttCuePositionAlign → const SubtitleAttrType
-
Subtitle attribute type webvtt cue position align
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrWebvttCueVertical → const SubtitleAttrType
-
Subtitle attribute type webvtt cue vertical
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrTimestamp → const SubtitleAttrType
-
Subtitle attribute type timestamp
const SubtitleAttrType(SubtitleAttrValueType.int) - subAttrExtsubInde → const SubtitleAttrType
-
File index of external subtitle
const SubtitleAttrType(SubtitleAttrValueType.none) - subAttrTypeNone → const SubtitleAttrType
-
Default type
const SubtitleAttrType(SubtitleAttrValueType.none)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueType → SubtitleAttrValueType
-
The type of the subtitle attribute value. Do not modify.
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
Static Methods
-
getValueType(
int idx) → SubtitleAttrValueType - Returns the subtitle attribute value type based on the index.
Constants
-
values
→ const List<
SubtitleAttrType> - A constant List of the values in this enum, in order of their declaration.