Info
public struct Info : Codable
视频相关信息
-
BV 号
Declaration
Swift
public let bvid: String
-
AV 号
Declaration
Swift
public let aid: Int
-
分区 ID
Declaration
Swift
public let tid: Int
-
分区
Declaration
Swift
public let type: String
-
封面图,http
Declaration
Swift
public let coverImageURL: URL
-
标题
Declaration
Swift
public let title: String
-
视频简介
Declaration
Swift
public let description: String
-
长度
Declaration
Swift
public let duration: Int
-
UP 主
Declaration
Swift
public let author: Author
-
UP 主信息
See moreDeclaration
Swift
public struct Author : Codable
-
统计数据
Declaration
Swift
public let statistics: InfoStat
-
动态?
Declaration
Swift
public let dynamic: String
-
当前分 P ID
Declaration
Swift
public let cid: Int
-
视频尺寸
Declaration
Swift
public let dimension: Dimension
-
分 P
Declaration
Swift
public let pages: [Page]
-
CC 字幕设置
Declaration
Swift
public let subtitles: Subtitles
-
CC 字幕
See moreDeclaration
Swift
public struct Subtitle : Codable
-
字幕相关信息
See moreDeclaration
Swift
public struct Subtitles : Codable
-
创建时间
Declaration
Swift
public var creatAtTimestamp: String { get }