Documentation
¶
Index ¶
- func GetM3u8AllSegments(m3u8Str string, baseUrl string) ([]string, error)
- func RangeM3u8Segments(m3u8Str string, callback func(segmentUrl string) (bool, error)) error
- func RangeM3u8SegmentsWithBaseUrl(m3u8Str string, baseUrl string, callback func(segmentUrl string) (bool, error)) error
- func ReplaceM3u8Segments(m3u8Str string, callback func(segmentUrl string) (string, error)) (string, error)
- func ReplaceM3u8SegmentsWithBaseUrl(m3u8Str string, baseUrl string, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RangeM3u8Segments ¶
func ReplaceM3u8Segments ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.