JWDateRangeMetadata

@objcMembers
public class JWDateRangeMetadata : NSObject

Date range metadata. Fired when playback enters the section of an HLS stream tagged with #EXT-X-DATERANGE.

  • EXT-X-DATERANGE attribute list

    Declaration

    Swift

    public let attributes: [[String : AnyObject]]!
  • Duration of the EXT-X-DATERANGE

    Declaration

    Swift

    public let duration: TimeInterval
  • Start time of the cue in seconds relative to the current time of the stream.

    Declaration

    Swift

    public let start: TimeInterval
  • end

    End time of the cue in seconds relative to the current time of the stream.

    Declaration

    Swift

    public let end: TimeInterval
  • EXT-X-DATERANGE start date.

    Declaration

    Swift

    public let startDate: Date!
  • EXT-X-DATERANGE end date.

    Declaration

    Swift

    public let endDate: Date?