add:xml可见性
This commit is contained in:
@@ -119,15 +119,16 @@ type Snapshot struct {
|
|||||||
Height string `xml:"Height,omitempty"`
|
Height string `xml:"Height,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 有意和转码区分,两种任务关注的参数不一样避免干扰
|
||||||
type AnimationVideo struct {
|
type AnimationVideo struct {
|
||||||
Codec string `xml:"Codec"`
|
Codec string `xml:"Codec"`
|
||||||
Width string `xml:"Width"`
|
Width string `xml:"Width"`
|
||||||
Height string `xml:"Height"`
|
Height string `xml:"Height"`
|
||||||
Fps string `xml:"Fps"`
|
Fps string `xml:"Fps"`
|
||||||
AnimateOnlyKeepKeyFrame string `xml:"AnimateOnlyKeepKeyFrame,omitempty"`
|
AnimateOnlyKeepKeyFrame string `xml:"AnimateOnlyKeepKeyFrame"`
|
||||||
AnimateTimeIntervalOfFrame string `xml:"AnimateTimeIntervalOfFrame,omitempty"`
|
AnimateTimeIntervalOfFrame string `xml:"AnimateTimeIntervalOfFrame"`
|
||||||
AnimateFramesPerSecond string `xml:"AnimateFramesPerSecond,omitempty"`
|
AnimateFramesPerSecond string `xml:"AnimateFramesPerSecond"`
|
||||||
Quality string `xml:"Quality,omitempty"`
|
Quality string `xml:"Quality"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Animation struct {
|
type Animation struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user