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

com.byteplus.model.live.v20200801.DescribeLiveBatchSourceStreamMetricsResResultStreamMetricListItemMetricListItem Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

时间戳。RFC3339 格式的 UTC 时间,例如,`2022-04-13T00:00:00+08:00`

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

视频码率,单位为 kbps

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

视频帧率,单位为 fps

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

音频帧率,单位为 fps

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

音频码率,单位为 kbps

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

音频显示时间戳 PTS(Presentation Time Stamp),单位为 ms

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AudioPts") private Integer audioPts; /** *

视频显示时间戳 PTS(Presentation Time Stamp),单位为 ms

*/ @com.alibaba.fastjson.annotation.JSONField(name = "VideoPts") private Integer videoPts; /** *

音视频时间戳差值,即 `AudioPts` 与 `VideoPts` 之间的差值,单位为 ms

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PtsDelta") private Integer ptsDelta; /** *

音频帧间隔,单位为 ms

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AudioFrameGap") private Integer audioFrameGap; /** *

视频帧间隔,单位为 ms

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy