commit 093b7480bc7275b0047361f2f87d3992bc71e5ee from: Oliver Lowe date: Tue May 20 02:59:53 2025 UTC m3u8: document at a high level what DateRange structure is commit - 4c423c95b51ec023fcbd1e8c0dfe8bbcf672c525 commit + 093b7480bc7275b0047361f2f87d3992bc71e5ee blob - fb10f2118acd9cb9ba8899c4e2834c6b92a94123 blob + adc8fd2355da09c757965f96bbcdaa1c874030d5 --- m3u8/m3u8.go +++ m3u8/m3u8.go @@ -162,6 +162,9 @@ func (r ByteRange) String() string { return fmt.Sprintf("%d@%d", r[0], r[1]) } +// DateRange represents the EXT-X-DATERANGE tag. +// A DateRange associates third party-defined attribute/value pairs +// with a start and end time. type DateRange struct { ID string Class string