struct_video_stream.go 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. package imm
  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 imm response
  17. type VideoStream struct {
  18. Index int `json:"Index" xml:"Index"`
  19. Language string `json:"Language" xml:"Language"`
  20. CodecName string `json:"CodecName" xml:"CodecName"`
  21. CodecLongName string `json:"CodecLongName" xml:"CodecLongName"`
  22. Profile string `json:"Profile" xml:"Profile"`
  23. CodecTimeBase string `json:"CodecTimeBase" xml:"CodecTimeBase"`
  24. CodecTagString string `json:"CodecTagString" xml:"CodecTagString"`
  25. CodecTag string `json:"CodecTag" xml:"CodecTag"`
  26. Width int `json:"Width" xml:"Width"`
  27. Height int `json:"Height" xml:"Height"`
  28. HasBFrames int `json:"HasBFrames" xml:"HasBFrames"`
  29. SampleAspectRatio string `json:"SampleAspectRatio" xml:"SampleAspectRatio"`
  30. DisplayAspectRatio string `json:"DisplayAspectRatio" xml:"DisplayAspectRatio"`
  31. PixelFormat string `json:"PixelFormat" xml:"PixelFormat"`
  32. Level int `json:"Level" xml:"Level"`
  33. FrameRrate string `json:"FrameRrate" xml:"FrameRrate"`
  34. AverageFrameRate string `json:"AverageFrameRate" xml:"AverageFrameRate"`
  35. TimeBase string `json:"TimeBase" xml:"TimeBase"`
  36. StartTime string `json:"StartTime" xml:"StartTime"`
  37. Duration string `json:"Duration" xml:"Duration"`
  38. Bitrate string `json:"Bitrate" xml:"Bitrate"`
  39. Frames string `json:"Frames" xml:"Frames"`
  40. }