We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 646fef5 + 600f7f1 commit c20d8d5Copy full SHA for c20d8d5
mpd/events.go
@@ -16,4 +16,5 @@ type Event struct {
16
SpliceInfoSection *Scte35SpliceInfoSection `xml:"SpliceInfoSection,omitempty"`
17
PresentationTime *int64 `xml:"presentationTime,attr,omitempty"`
18
Duration *int64 `xml:"duration,attr,omitempty"`
19
+ MessageData *string `xml:"messageData,attr,omitempty"`
20
}
0 commit comments