Documentation
¶
Overview ¶
Package primitives contains playlist primitives.
Index ¶
- func AttributesUnmarshal(v string) (map[string]string, error)
- func ByteRangeMarshal(length uint64, start *uint64) string
- func ByteRangeUnmarshal(v string) (uint64, *uint64, error)
- func DurationUnmarshal(val string) (time.Duration, error)
- func HeaderUnmarshal(s string) (string, error)
- func ReadLine(s string) (string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttributesUnmarshal ¶
AttributesUnmarshal decodes attributes.
func ByteRangeMarshal ¶
ByteRangeMarshal encodes a byte range.
func ByteRangeUnmarshal ¶
ByteRangeUnmarshal decodes a byte range.
func DurationUnmarshal ¶
DurationUnmarshal decodes a duration.
func HeaderUnmarshal ¶
HeaderUnmarshal decodes a header.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.