struct_video_stream.go 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. // VideoStream is a nested struct in mts response
  17. type VideoStream struct {
  18. Height string `json:"Height" xml:"Height"`
  19. Dar string `json:"Dar" xml:"Dar"`
  20. NumFrames string `json:"NumFrames" xml:"NumFrames"`
  21. CodecName string `json:"CodecName" xml:"CodecName"`
  22. Profile string `json:"Profile" xml:"Profile"`
  23. Fps string `json:"Fps" xml:"Fps"`
  24. Timebase string `json:"Timebase" xml:"Timebase"`
  25. Bitrate string `json:"Bitrate" xml:"Bitrate"`
  26. Sar string `json:"Sar" xml:"Sar"`
  27. Level string `json:"Level" xml:"Level"`
  28. PixFmt string `json:"PixFmt" xml:"PixFmt"`
  29. CodecTag string `json:"CodecTag" xml:"CodecTag"`
  30. CodecTagString string `json:"CodecTagString" xml:"CodecTagString"`
  31. Index string `json:"Index" xml:"Index"`
  32. Lang string `json:"Lang" xml:"Lang"`
  33. HasBFrames string `json:"HasBFrames" xml:"HasBFrames"`
  34. Width string `json:"Width" xml:"Width"`
  35. StartTime string `json:"StartTime" xml:"StartTime"`
  36. Rotate string `json:"Rotate" xml:"Rotate"`
  37. Duration string `json:"Duration" xml:"Duration"`
  38. CodecTimeBase string `json:"CodecTimeBase" xml:"CodecTimeBase"`
  39. CodecLongName string `json:"CodecLongName" xml:"CodecLongName"`
  40. AvgFPS string `json:"AvgFPS" xml:"AvgFPS"`
  41. NetworkCost NetworkCost `json:"NetworkCost" xml:"NetworkCost"`
  42. }