Skip to content

Commit 9199957

Browse files
committed
Merge branch 'feature/concat_tpl' into 'master' (merge request !129)
拼接模板支持TransitionType参数 add TransitionType
2 parents 3abde4a + 9047ecf commit 9199957

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ci_media.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@ type ConcatTemplate struct {
300300

301301
// SceneChangeInfo 转场参数
302302
type SceneChangeInfo struct {
303-
Mode string `xml:"Mode,omitempty"`
304-
Time string `xml:"Time,omitempty"`
303+
Mode string `xml:"Mode,omitempty"`
304+
Time string `xml:"Time,omitempty"`
305+
TransitionType string `xml:"TransitionType,omitempty"`
305306
}
306307

307308
// SpriteSnapshotConfig TODO
@@ -1461,8 +1462,8 @@ type CreateASRProcessBucketOptions struct {
14611462

14621463
type AsrBucketBucket MediaProcessBucket
14631464
type CreateASRProcessBucketResult struct {
1464-
XMLName xml.Name `xml:"Response"`
1465-
RequestId string `xml:"RequestId,omitempty"`
1465+
XMLName xml.Name `xml:"Response"`
1466+
RequestId string `xml:"RequestId,omitempty"`
14661467
AsrBucketBucket AsrBucketBucket `xml:"AsrBucket,omitempty"`
14671468
}
14681469

0 commit comments

Comments
 (0)