Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c20d8d5

Browse filesBrowse 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
Copy full SHA for c20d8d5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎mpd/events.go

Copy file name to clipboardExpand all lines: mpd/events.go
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.