streaming

Media streaming and broadcast systems in Go
Log | Files | Refs | README | LICENSE

commit 093b7480bc7275b0047361f2f87d3992bc71e5ee
parent 4c423c95b51ec023fcbd1e8c0dfe8bbcf672c525
Author: Oliver Lowe <o@olowe.co>
Date:   Tue, 20 May 2025 12:59:53 +1000

m3u8: document at a high level what DateRange structure is

Diffstat:
Mm3u8/m3u8.go | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/m3u8/m3u8.go b/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