struct_play_info.go 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. package vod
  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. // PlayInfo is a nested struct in vod response
  17. type PlayInfo struct {
  18. JobId string `json:"JobId" xml:"JobId"`
  19. Format string `json:"Format" xml:"Format"`
  20. PreprocessStatus string `json:"PreprocessStatus" xml:"PreprocessStatus"`
  21. EncryptType string `json:"EncryptType" xml:"EncryptType"`
  22. Fps string `json:"Fps" xml:"Fps"`
  23. ModificationTime string `json:"ModificationTime" xml:"ModificationTime"`
  24. NarrowBandType string `json:"NarrowBandType" xml:"NarrowBandType"`
  25. Bitrate string `json:"Bitrate" xml:"Bitrate"`
  26. Encrypt int64 `json:"Encrypt" xml:"Encrypt"`
  27. Rand string `json:"Rand" xml:"Rand"`
  28. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  29. StreamType string `json:"StreamType" xml:"StreamType"`
  30. Height int64 `json:"Height" xml:"Height"`
  31. WatermarkId string `json:"WatermarkId" xml:"WatermarkId"`
  32. Duration string `json:"Duration" xml:"Duration"`
  33. Complexity string `json:"Complexity" xml:"Complexity"`
  34. Width int64 `json:"Width" xml:"Width"`
  35. Size int64 `json:"Size" xml:"Size"`
  36. Status string `json:"Status" xml:"Status"`
  37. Definition string `json:"Definition" xml:"Definition"`
  38. Plaintext string `json:"Plaintext" xml:"Plaintext"`
  39. PlayURL string `json:"PlayURL" xml:"PlayURL"`
  40. Specification string `json:"Specification" xml:"Specification"`
  41. }