struct_output.go 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. package mts
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Output is a nested struct in mts response
  17. type Output struct {
  18. TemplateId string `json:"TemplateId" xml:"TemplateId"`
  19. DeWatermark string `json:"DeWatermark" xml:"DeWatermark"`
  20. MergeConfigUrl string `json:"MergeConfigUrl" xml:"MergeConfigUrl"`
  21. UserData string `json:"UserData" xml:"UserData"`
  22. Rotate string `json:"Rotate" xml:"Rotate"`
  23. AudioStreamMap string `json:"AudioStreamMap" xml:"AudioStreamMap"`
  24. VideoStreamMap string `json:"VideoStreamMap" xml:"VideoStreamMap"`
  25. Priority string `json:"Priority" xml:"Priority"`
  26. WaterMarkConfigUrl string `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"`
  27. Properties Properties `json:"Properties" xml:"Properties"`
  28. MuxConfig MuxConfig `json:"MuxConfig" xml:"MuxConfig"`
  29. DigiWaterMark DigiWaterMark `json:"DigiWaterMark" xml:"DigiWaterMark"`
  30. Video Video `json:"Video" xml:"Video"`
  31. Clip Clip `json:"Clip" xml:"Clip"`
  32. OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
  33. M3U8NonStandardSupport M3U8NonStandardSupport `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"`
  34. Audio Audio `json:"Audio" xml:"Audio"`
  35. TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"`
  36. SubtitleConfig SubtitleConfig `json:"SubtitleConfig" xml:"SubtitleConfig"`
  37. Container Container `json:"Container" xml:"Container"`
  38. Encryption Encryption `json:"Encryption" xml:"Encryption"`
  39. SuperReso SuperReso `json:"SuperReso" xml:"SuperReso"`
  40. TailSlateList TailSlateListInListJob `json:"TailSlateList" xml:"TailSlateList"`
  41. WaterMarkList WaterMarkListInListJob `json:"WaterMarkList" xml:"WaterMarkList"`
  42. MergeList MergeListInListJob `json:"MergeList" xml:"MergeList"`
  43. OutSubtitleList OutSubtitleListInListJob `json:"OutSubtitleList" xml:"OutSubtitleList"`
  44. OpeningList OpeningListInListJob `json:"OpeningList" xml:"OpeningList"`
  45. }