Versions in this module Expand all Collapse all v1 v1.2.4 Apr 22, 2021 Changes in this version + const ContentFeaturesDomain + const TimeSeekRangeDomain + const TransferModeDomain + func BinaryInt(b bool) uint + func FormatNPTTime(npt time.Duration) string + func ParseNPTTime(s string) (time.Duration, error) + type ContentFeatures struct + ProfileName string + SupportRange bool + SupportTimeSeek bool + Transcoded bool + func (cf ContentFeatures) String() (ret string) + type NPTRange struct + End time.Duration + Start time.Duration + func ParseNPTRange(s string) (ret NPTRange, err error) + func (me NPTRange) String() (ret string)