| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- 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.
- // PlayInfo is a nested struct in vod response
- type PlayInfo struct {
- Region string `json:"Region" xml:"Region"`
- Format string `json:"Format" xml:"Format"`
- Fps string `json:"Fps" xml:"Fps"`
- Encrypt int `json:"Encrypt" xml:"Encrypt"`
- Rand string `json:"Rand" xml:"Rand"`
- StreamType string `json:"StreamType" xml:"StreamType"`
- PlayDomain string `json:"PlayDomain" xml:"PlayDomain"`
- WatermarkId string `json:"WatermarkId" xml:"WatermarkId"`
- Size int `json:"Size" xml:"Size"`
- Definition string `json:"Definition" xml:"Definition"`
- Plaintext string `json:"Plaintext" xml:"Plaintext"`
- SecurityToken string `json:"SecurityToken" xml:"SecurityToken"`
- JobId string `json:"JobId" xml:"JobId"`
- PreprocessStatus string `json:"PreprocessStatus" xml:"PreprocessStatus"`
- EncryptType string `json:"EncryptType" xml:"EncryptType"`
- ModificationTime string `json:"ModificationTime" xml:"ModificationTime"`
- Bitrate string `json:"Bitrate" xml:"Bitrate"`
- CreationTime string `json:"CreationTime" xml:"CreationTime"`
- AccessKeyId string `json:"AccessKeyId" xml:"AccessKeyId"`
- Height int `json:"Height" xml:"Height"`
- AccessKeySecret string `json:"AccessKeySecret" xml:"AccessKeySecret"`
- Duration string `json:"Duration" xml:"Duration"`
- Complexity string `json:"Complexity" xml:"Complexity"`
- Width int `json:"Width" xml:"Width"`
- AuthInfo string `json:"AuthInfo" xml:"AuthInfo"`
- Status string `json:"Status" xml:"Status"`
- PlayURL string `json:"PlayURL" xml:"PlayURL"`
- }
|