BaseVideoSource class abstract
视频源基础抽象类 定义了视频源的基本结构和接口
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- quality → String?
-
获取视频质量(可选)
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoType → VideoSourceType
-
获取视频源类型
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - 将视频源信息转换为JSON映射
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited