JWProgramDateTimeMetadata

@objcMembers
public class JWProgramDateTimeMetadata : NSObject

Program-date-time metadata. Fires when playback enters the section of an HLS stream tagged with #EXT-X-PROGRAM-DATE-TIME.

  • Start time of the cue 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
  • Date and time of the program metadata

    Declaration

    Swift

    public let programDateTime: Date