Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose bool
Functions ¶
Types ¶
type Adaptation ¶ added in v1.30.2
type Adaptation struct {
MimeType string `xml:"mimeType,attr"`
Representation []struct {
BaseURL string
Height int `xml:"height,attr"`
}
}
func (Adaptation) Ext ¶ added in v1.30.2
func (a Adaptation) Ext() string
type MPD ¶
type MPD struct {
Period struct {
AdaptationSet []Adaptation
}
}
type Post ¶
type Post []struct {
Data struct {
Children []struct {
Kind string
Data json.RawMessage
}
}
}
Click to show internal directories.
Click to hide internal directories.