Resume
public struct Resume : Codable, Hashable, Sendable
The resume details of a video item
-
Undocumented
Declaration
Swift
public init(position: Double = 0, total: Double = 0) -
Undocumented
Declaration
Swift
public var position: Double -
Undocumented
Declaration
Swift
public var total: Double
View on GitHub
Resume Structure Reference