Skip to content

Commit c20d8d5

Browse files
authored
Merge pull request #18 from cbsinteractive/feature/Event_MessageData
Add MessageData field to Event element (required for DAI)
2 parents 646fef5 + 600f7f1 commit c20d8d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mpd/events.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ type Event struct {
1616
SpliceInfoSection *Scte35SpliceInfoSection `xml:"SpliceInfoSection,omitempty"`
1717
PresentationTime *int64 `xml:"presentationTime,attr,omitempty"`
1818
Duration *int64 `xml:"duration,attr,omitempty"`
19+
MessageData *string `xml:"messageData,attr,omitempty"`
1920
}

0 commit comments

Comments
 (0)