-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_video_stream.go
44 lines (42 loc) · 2.04 KB
/
struct_video_stream.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
package vod
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// VideoStream is a nested struct in vod response
type VideoStream struct {
Timebase string `json:"Timebase" xml:"Timebase"`
Index string `json:"Index" xml:"Index"`
AvgFPS string `json:"AvgFPS" xml:"AvgFPS"`
PixFmt string `json:"PixFmt" xml:"PixFmt"`
Lang string `json:"Lang" xml:"Lang"`
Sar string `json:"Sar" xml:"Sar"`
Height string `json:"Height" xml:"Height"`
CodecLongName string `json:"CodecLongName" xml:"CodecLongName"`
NumFrames string `json:"NumFrames" xml:"NumFrames"`
Bitrate string `json:"Bitrate" xml:"Bitrate"`
Rotate string `json:"Rotate" xml:"Rotate"`
CodecTagString string `json:"CodecTagString" xml:"CodecTagString"`
HasBFrames string `json:"HasBFrames" xml:"HasBFrames"`
Profile string `json:"Profile" xml:"Profile"`
StartTime string `json:"StartTime" xml:"StartTime"`
Dar string `json:"Dar" xml:"Dar"`
CodecName string `json:"CodecName" xml:"CodecName"`
Width string `json:"Width" xml:"Width"`
Duration string `json:"Duration" xml:"Duration"`
Fps string `json:"Fps" xml:"Fps"`
CodecTag string `json:"CodecTag" xml:"CodecTag"`
CodecTimeBase string `json:"CodecTimeBase" xml:"CodecTimeBase"`
Level string `json:"Level" xml:"Level"`
HDRType string `json:"HDRType" xml:"HDRType"`
}