public static class GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList> |
audioStreamList
The codec time base.
|
String |
bitrate
The bitrate of the file.
|
String |
creationTime
The time when the file was created.
|
String |
duration
The duration of the file.
|
String |
fileName
The name of the file.
|
String |
fileURL
The URL of the file.
|
String |
fps
The frame rate of the file.
|
Long |
height
The height of the file.
|
String |
outputType
The type of the mezzanine file URL.
|
String |
restoreExpiration
The period of time in which the object remains in the restored state.
|
String |
restoreStatus
The restoration status of the audio or video file.
|
Long |
size
The size of the file.
|
String |
status
The status of the file.
|
String |
storageClass
The storage class of the audio file.
|
String |
videoId
The ID of the video.
|
List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList> |
videoStreamList
The HDR type of the video stream.
|
Long |
width
The width of the file.
|
| 构造器和说明 |
|---|
GetMezzanineInfoResponseBodyMezzanine() |
@NameInMap(value="AudioStreamList") public List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList> audioStreamList
The codec time base.
@NameInMap(value="Bitrate") public String bitrate
The bitrate of the file. Unit: Kbit/s.
@NameInMap(value="CreationTime") public String creationTime
The time when the file was created. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Duration") public String duration
The duration of the file. Unit: seconds.
@NameInMap(value="FileName") public String fileName
The name of the file.
@NameInMap(value="FileURL") public String fileURL
The URL of the file.
@NameInMap(value="Fps") public String fps
The frame rate of the file. Unit: frames per second.
@NameInMap(value="Height") public Long height
The height of the file. Unit: pixel.
@NameInMap(value="OutputType") public String outputType
The type of the mezzanine file URL. Valid values:
- **oss**: OSS URL
- **cdn** (default): CDN URL
> If you specify an OSS URL for the video stream, the video stream must be in the MP4 format.
@NameInMap(value="RestoreExpiration") public String restoreExpiration
The period of time in which the object remains in the restored state.
@NameInMap(value="RestoreStatus") public String restoreStatus
The restoration status of the audio or video file. Valid values:
* **Processing**
* **Success**
* **Failed**
@NameInMap(value="Size") public Long size
The size of the file. Unit: byte.
@NameInMap(value="Status") public String status
The status of the file. Valid values:
* **Uploading**: The file is being uploaded. This is the initial status.
* **Normal**: The file is uploaded.
* **UploadFail**: The file fails to be uploaded.
* **Deleted**: The file is deleted.
@NameInMap(value="StorageClass") public String storageClass
The storage class of the audio file. Valid values:
* **Standard**: All media resources are stored as Standard objects.
* **IA**: All media resources are stored as IA objects.
* **Archive**: All media resources are stored as Archive objects.
* **ColdArchive**: All media resources are stored as Cold Archive objects.
* **SourceIA**: Only the source files are IA objects.
* **SourceArchive**: Only the source files are Archive objects.
* **SourceColdArchive**: Only the source files are Cold Archive objects.
* **Changing**: The storage class of the audio file is being changed.
* **SourceChanging**: The storage class of the source file is being changed.
@NameInMap(value="VideoId") public String videoId
The ID of the video.
@NameInMap(value="VideoStreamList") public List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList> videoStreamList
The HDR type of the video stream.
@NameInMap(value="Width") public Long width
The width of the file. Unit: pixel.
public static GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine build(Map<String,?> map) throws Exception
Exceptionpublic GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setAudioStreamList(List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList> audioStreamList)
public List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineAudioStreamList> getAudioStreamList()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setBitrate(String bitrate)
public String getBitrate()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setCreationTime(String creationTime)
public String getCreationTime()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setDuration(String duration)
public String getDuration()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setFileName(String fileName)
public String getFileName()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setFileURL(String fileURL)
public String getFileURL()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setFps(String fps)
public String getFps()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setHeight(Long height)
public Long getHeight()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setOutputType(String outputType)
public String getOutputType()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setRestoreExpiration(String restoreExpiration)
public String getRestoreExpiration()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setRestoreStatus(String restoreStatus)
public String getRestoreStatus()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setSize(Long size)
public Long getSize()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setStatus(String status)
public String getStatus()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setStorageClass(String storageClass)
public String getStorageClass()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setVideoId(String videoId)
public String getVideoId()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setVideoStreamList(List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList> videoStreamList)
public List<GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanineVideoStreamList> getVideoStreamList()
public GetMezzanineInfoResponseBody.GetMezzanineInfoResponseBodyMezzanine setWidth(Long width)
public Long getWidth()
Copyright © 2024. All rights reserved.