Documentation ¶
Index ¶
Constants ¶
View Source
const (
// TSExtension ...
TSExtension = ".ts"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncryptType ¶ added in v0.8.1
type EncryptType int
EncryptType enum
const ( // AliyunVodEncrypt ... AliyunVodEncrypt EncryptType = iota // HLSStandardEncrypt ... HLSStandardEncrypt )
type GetPlayInfoResponse ¶ added in v0.8.1
type GetPlayInfoResponse struct { RequestID string `json:"RequestId" xml:"RequestId"` VideoBase vod.VideoBase `json:"VideoBase" xml:"VideoBase"` PlayInfoList vod.PlayInfoListInGetPlayInfo `json:"PlayInfoList" xml:"PlayInfoList"` }
GetPlayInfoResponse is the response struct for api GetPlayInfo
Click to show internal directories.
Click to hide internal directories.