Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Login ¶ added in v1.10.1
good for 10 years
func (*Login) Membership ¶ added in v1.10.1
func (l *Login) Membership() (*Membership, error)
func (*Login) PlayResponse ¶ added in v1.10.7
func (l *Login) PlayResponse(member *Membership, videoId int) (*PlayResponse, error)
type Membership ¶
type Membership struct {
DomainId int
}
type PlayResponse ¶ added in v1.10.7
type PlayResponse struct {
ErrorMsgLong string `json:"error_msg_long"`
Manifests []StreamInfo
}
func (*PlayResponse) Dash ¶ added in v1.10.7
func (p *PlayResponse) Dash() (*StreamInfo, bool)
type StreamInfo ¶ added in v1.10.7
func (*StreamInfo) Dash ¶ added in v1.10.7
func (s *StreamInfo) Dash() (*Dash, error)
Click to show internal directories.
Click to hide internal directories.