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

com.byteplus.model.live.v20230101.DescribeLiveTranscodeDataResResultTranscodeDataListItem 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;

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

    /**
     * 

当前数据聚合时间粒度内的转码时长,单位为分钟。

*/ @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; /** *

数据按时间粒度聚合时,每个时间粒度的开始时间,RFC3339 格式的时间戳,精度为秒。

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

转码格式,支持的取值和含义如下所示。

* *

- `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; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy