package
Version:
v1.32.6
Opens a new window with list of versions in this module.
Published: May 6, 2022
License: OSL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Period struct {
AdaptationSet []struct {
MimeType string `xml:"mimeType,attr"`
Representation []Represent
SegmentTemplate Template
}
}
type Represent struct {
ID string `xml:"id,attr"`
Width int `xml:"width,attr"`
Height int `xml:"height,attr"`
Bandwidth int `xml:"bandwidth,attr"`
Codecs string `xml:"codecs,attr"`
ContentProtection []struct {
SchemeID string `xml:"schemeIdUri,attr"`
PSSH string `xml:"pssh"`
}
}
type Segment struct {
D int `xml:"d,attr"`
R int `xml:"r,attr"`
T int `xml:"t,attr"`
}
type Template struct {
Initialization string `xml:"initialization,attr"`
Media string `xml:"media,attr"`
SegmentTimeline struct {
S []Segment
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.