Documentation ¶
Index ¶
Constants ¶
View Source
const (
// TSExtension ...
TSExtension = ".ts"
)
Variables ¶
View Source
var ( // ErrUnexpectedM3U8Format ... ErrUnexpectedM3U8Format = errors.New("unexpected m3u8 response format") // ErrUnexpectedDecryptKeyResponse ... ErrUnexpectedDecryptKeyResponse = errors.New("unexpected decrypt key response") )
Functions ¶
Types ¶
type ByNumericalFilename ¶ added in v0.5.1
ByNumericalFilename implement sort interface, order by file name suffix number
func (ByNumericalFilename) Len ¶ added in v0.5.1
func (nf ByNumericalFilename) Len() int
func (ByNumericalFilename) Less ¶ added in v0.5.1
func (nf ByNumericalFilename) Less(i, j int) bool
func (ByNumericalFilename) Swap ¶ added in v0.5.1
func (nf ByNumericalFilename) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.