struct_output_in_query_job_list.go 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. type OutputInQueryJobList struct {
  17. TemplateId string `json:"TemplateId" xml:"TemplateId"`
  18. UserData string `json:"UserData" xml:"UserData"`
  19. Rotate string `json:"Rotate" xml:"Rotate"`
  20. VideoStreamMap string `json:"VideoStreamMap" xml:"VideoStreamMap"`
  21. AudioStreamMap string `json:"AudioStreamMap" xml:"AudioStreamMap"`
  22. DeWatermark string `json:"DeWatermark" xml:"DeWatermark"`
  23. Priority string `json:"Priority" xml:"Priority"`
  24. WaterMarkConfigUrl string `json:"WaterMarkConfigUrl" xml:"WaterMarkConfigUrl"`
  25. MergeConfigUrl string `json:"MergeConfigUrl" xml:"MergeConfigUrl"`
  26. OutputFile OutputFile `json:"OutputFile" xml:"OutputFile"`
  27. M3U8NonStandardSupport M3U8NonStandardSupport `json:"M3U8NonStandardSupport" xml:"M3U8NonStandardSupport"`
  28. Properties Properties `json:"Properties" xml:"Properties"`
  29. Clip Clip `json:"Clip" xml:"Clip"`
  30. SuperReso SuperReso `json:"SuperReso" xml:"SuperReso"`
  31. SubtitleConfig SubtitleConfig `json:"SubtitleConfig" xml:"SubtitleConfig"`
  32. TransConfig TransConfig `json:"TransConfig" xml:"TransConfig"`
  33. MuxConfig MuxConfig `json:"MuxConfig" xml:"MuxConfig"`
  34. Audio Audio `json:"Audio" xml:"Audio"`
  35. Video Video `json:"Video" xml:"Video"`
  36. Container Container `json:"Container" xml:"Container"`
  37. Encryption Encryption `json:"Encryption" xml:"Encryption"`
  38. WaterMarkList WaterMarkListInQueryJobList `json:"WaterMarkList" xml:"WaterMarkList"`
  39. MergeList MergeListInQueryJobList `json:"MergeList" xml:"MergeList"`
  40. OpeningList OpeningListInQueryJobList `json:"OpeningList" xml:"OpeningList"`
  41. TailSlateList TailSlateListInQueryJobList `json:"TailSlateList" xml:"TailSlateList"`
  42. OutSubtitleList OutSubtitleListInQueryJobList `json:"OutSubtitleList" xml:"OutSubtitleList"`
  43. }