File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -300,8 +300,9 @@ type ConcatTemplate struct {
300300
301301// SceneChangeInfo 转场参数
302302type 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
14621463type AsrBucketBucket MediaProcessBucket
14631464type 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
You can’t perform that action at this time.
0 commit comments