SlotType enum

插槽类型枚举

Slot type enumeration

Inheritance
Available extensions

Values

topBar → const SlotType

顶部栏插槽

bottomBar → const SlotType

底部栏插槽

playControl → const SlotType

播放控制插槽

coverImage → const SlotType

封面图插槽

playState → const SlotType

播放状态插槽

centerDisplay → const SlotType

中心显示插槽

seekThumbnail → const SlotType

seek缩略图插槽

subtitle → const SlotType

字幕插槽

settingMenu → const SlotType

设置菜单插槽

playerSurface → const SlotType

播放器表面插槽

overlays → const SlotType

浮层插槽

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

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

Constants

values → const List<SlotType>
A constant List of the values in this enum, in order of their declaration.