All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20230101.DescribeLiveTranscodeInfoDataResResultTranscodeInfoDataListItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;

/**
 * DescribeLiveTranscodeInfoDataResResultTranscodeInfoDataListItem
 */
@lombok.Data
public final class DescribeLiveTranscodeInfoDataResResultTranscodeInfoDataListItem  {

    /**
     * 

当前转码任务在查询时间范围内的转码时长,单位为分钟。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Duration") private Float duration; /** *

转码分辨率档位,以 720P 为例,表示转码配置的长边 x 短边计算而出的面积大于 480P(640 × 480)且小于等于 720P 档位(1280 x 720)。取值及含义如下所示。

* *

- `480P`:640 × 480;

* *

- `720P`:1280 × 720;

* *

- `1080P`:1936 × 1088;

* *

- `2K`:2560 × 1440;

* *

- `4K`:4096 × 2160;

* *

- `8K`:> 4096 x 2160

* *

- `0P`:纯音频转码。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Resolution") private String resolution; /** *

视频转码格式,取值和含义如下所示。

* *

- `Normal_H264`:H.264 标准转码;

* *

- `Normal_H265`:H.265 标准转码;

* *

- `Normal_H266`:H.266 标准转码;

* *

- `ByteHD_H264`:H.264 极智超清;

* *

- `ByteHD_H265`:H.265 极智超清;

* *

- `ByteHD_H266`:H.266 极智超清;

* *

- `ByteQE`:画质增强;

* *

- `Audio`:纯音频流。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TranscodeType") private String transcodeType; /** *

流名称。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Stream") private String stream; /** *

转码配置定义的转码后缀。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TranscodeSuffix") private String transcodeSuffix; /** *

当前转码任务的开始时间,RFC3339 格式的时间戳,精度为秒。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "StartTime") private String startTime; /** *

当前转码任务的结束时间,RFC3339 格式的时间戳,精度为秒。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "EndTime") private String endTime; /** *

转码任务 ID。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TaskID") private String taskID; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy