Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type DataSource ¶
type DataSource struct {
KeySystems struct {
ComWidevineAlpha *struct {
LicenseUrl string `json:"license_url"`
} `json:"com.widevine.alpha"`
} `json:"key_systems"`
Src string // URL to the MPD manifest
Type string // e.g., "application/dash+xml"
}
func GetDash ¶
func GetDash(sources []DataSource) (*DataSource, error)
func (*DataSource) Dash ¶
func (d *DataSource) Dash() (*Dash, error)
Click to show internal directories.
Click to hide internal directories.