TimeRange
@objc(THEOplayerTimeRange)
public class TimeRange : NSObject, CodableHelps get information regarding a certain period in the playback.
- 
                  
                  The start time of the range. DeclarationSwift @objc public private(set) var start: Double { get }
- 
                  
                  The end time of the range. DeclarationSwift @objc public private(set) var end: Double { get }
- 
                  
                  Constructs a TimeRange object. DeclarationSwift @objc public init(start: Double, end: Double)Parametersstartstart time, in seconds. endend time, in seconds. 
