TXVodDownloadDataSource class
File ID storage. fileId存储
Constructors
Properties
- appId ↔ int?
-
App ID corresponding to the downloaded file, required for file ID download.
下载文件对应的appId,fileId下载必填
getter/setter pair
- fileId ↔ String?
-
Downloaded file ID, required for fileId download.
下载文件Id,fileId下载必填
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pSign ↔ String?
-
Encryption signature, required for encrypted video.
加密签名,加密视频必填
getter/setter pair
- quality ↔ int?
-
Quality ID, required for file ID download, converted through CommonUtils.getDownloadQualityBySize.
清晰度ID,fileId下载必传,通过CommonUtils.getDownloadQualityBySize进行转换
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
Encryption token.
加密token
getter/setter pair
- userName ↔ String?
-
Account name, used to set the account name for URL download.
It is not recommended to set a string that is too long,
Otherwise, it may lead to unforeseen problems.
账户名称,用于url下载设置账户名称。不建议设置比较长的字符串,否则可能会导致不可预料的问题。
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited