@@ -38,6 +38,8 @@ type JobOutput struct {
3838 Object string `xml:"Object,omitempty"`
3939 SpriteObject string `xml:"SpriteObject,omitempty"`
4040 AuObject string `xml:"AuObject,omitempty"`
41+ BassObject string `xml:"BassObject,omitempty"`
42+ DrumObject string `xml:"DrumObject,omitempty"`
4143 StreamExtract []StreamExtract `xml:"StreamExtract,omitempty"`
4244}
4345
@@ -339,9 +341,12 @@ type HlsEncrypt struct {
339341
340342// Segment TODO
341343type Segment struct {
342- Format string `xml:"Format,omitempty"`
343- Duration string `xml:"Duration,omitempty"`
344- HlsEncrypt * HlsEncrypt `xml:"HlsEncrypt,omitempty"`
344+ Format string `xml:"Format,omitempty"`
345+ Duration string `xml:"Duration,omitempty"`
346+ TranscodeIndex string `xml:"TranscodeIndex,omitempty"`
347+ HlsEncrypt * HlsEncrypt `xml:"HlsEncrypt,omitempty"`
348+ StartTime string `xml:"StartTime,omitempty"`
349+ EndTime string `xml:"EndTime,omitempty"`
345350}
346351
347352// VideoMontageVideo TODO
@@ -1639,6 +1644,10 @@ type SegmentVideoBody struct {
16391644 BackgroundRed string `xml:"BackgroundRed,omitempty"`
16401645 BackgroundGreen string `xml:"BackgroundGreen,omitempty"`
16411646 BackgroundLogoUrl string `xml:"BackgroundLogoUrl,omitempty"`
1647+ BinaryThreshold string `xml:"BinaryThreshold,omitempty"`
1648+ RemoveRed string `xml:"RemoveRed,omitempty"`
1649+ RemoveGreen string `xml:"RemoveGreen,omitempty"`
1650+ RemoveBlue string `xml:"RemoveBlue,omitempty"`
16421651}
16431652
16441653// NodeSmartCover TODO
0 commit comments