VidSourceConfig class
VID源配置类 用于配置VID类型的视频源参数
Constructors
- VidSourceConfig({required EncryptType type, String? hlsUriToken})
-
构造函数
type加密类型,必需hlsUriTokenHLS URI Token,可选
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hlsUriToken → String?
-
HLS URI Token(可选)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → EncryptType
-
加密类型
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - 将配置转换为JSON映射 返回包含配置信息的Map对象
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited