Skip to content

Commit 549ecb1

Browse files
author
Andrew Sinclair
committed
Add TimeShiftBufferDepth and PublishTime
1 parent 06f5c1f commit 549ecb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mpd/mpd.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ type MPD struct {
6767
MinBufferTime *string `xml:"minBufferTime,attr"`
6868
AvailabilityStartTime *string `xml:"availabilityStartTime,attr,omitempty"`
6969
MinimumUpdatePeriod *string `xml:"minimumUpdatePeriod,attr"`
70+
PublishTime *string `xml:"publishTime,attr"`
71+
TimeShiftBufferDepth *string `xml:"timeShiftBufferDeptd,attr"`
7072
BaseURL string `xml:"BaseURL,omitempty"`
7173
period *Period
7274
Periods []*Period `xml:"Period,omitempty"`

0 commit comments

Comments
 (0)