File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ type AdaptationSet struct {
125125 MaxBandwidth * string `xml:"maxBandwidth,attr"`
126126 MinWidth * string `xml:"minWidth,attr"`
127127 MaxWidth * string `xml:"maxWidth,attr"`
128+ ContentType * string `xml:"contentType,attr"`
128129 ContentProtection []ContentProtectioner `xml:"ContentProtection,omitempty"` // Common attribute, can be deprecated here
129130 Roles []* Role `xml:"Role,omitempty"`
130131 SegmentBase * SegmentBase `xml:"SegmentBase,omitempty"`
@@ -147,6 +148,7 @@ func (as *AdaptationSet) UnmarshalXML(d *xml.Decoder, start xml.StartElement) er
147148 MaxBandwidth * string `xml:"maxBandwidth,attr"`
148149 MinWidth * string `xml:"minWidth,attr"`
149150 MaxWidth * string `xml:"maxWidth,attr"`
151+ ContentType * string `xml:"contentType,attr"`
150152 ContentProtection []ContentProtectioner `xml:"ContentProtection,omitempty"` // Common attribute, can be deprecated here
151153 Roles []* Role `xml:"Role,omitempty"`
152154 SegmentBase * SegmentBase `xml:"SegmentBase,omitempty"`
You can’t perform that action at this time.
0 commit comments