Class TranscodeTotalInfo

    • Constructor Detail

      • TranscodeTotalInfo

        public TranscodeTotalInfo()
      • TranscodeTotalInfo

        public TranscodeTotalInfo​(TranscodeTotalInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTime

        public String getTime()
        Get 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
        Returns:
        Time 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
      • setTime

        public void setTime​(String Time)
        Set 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
        Parameters:
        Time - 时间点, 使用UTC格式时间, 例如:2019-01-08T10:00:00Z。 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
      • getDuration

        public Long getDuration()
        Get 转码时长,单位:分钟。
        Returns:
        Duration 转码时长,单位:分钟。
      • setDuration

        public void setDuration​(Long Duration)
        Set 转码时长,单位:分钟。
        Parameters:
        Duration - 转码时长,单位:分钟。
      • getModuleCodec

        public String getModuleCodec()
        Get 编码方式,带模块, 示例: liveprocessor_H264 =》直播转码-H264, liveprocessor_H265 =》 直播转码-H265, topspeed_H264 =》极速高清-H264, topspeed_H265 =》极速高清-H265。
        Returns:
        ModuleCodec 编码方式,带模块, 示例: liveprocessor_H264 =》直播转码-H264, liveprocessor_H265 =》 直播转码-H265, topspeed_H264 =》极速高清-H264, topspeed_H265 =》极速高清-H265。
      • setModuleCodec

        public void setModuleCodec​(String ModuleCodec)
        Set 编码方式,带模块, 示例: liveprocessor_H264 =》直播转码-H264, liveprocessor_H265 =》 直播转码-H265, topspeed_H264 =》极速高清-H264, topspeed_H265 =》极速高清-H265。
        Parameters:
        ModuleCodec - 编码方式,带模块, 示例: liveprocessor_H264 =》直播转码-H264, liveprocessor_H265 =》 直播转码-H265, topspeed_H264 =》极速高清-H264, topspeed_H265 =》极速高清-H265。
      • getResolution

        public String getResolution()
        Get 分辨率, 示例:540*480。
        Returns:
        Resolution 分辨率, 示例:540*480。
      • setResolution

        public void setResolution​(String Resolution)
        Set 分辨率, 示例:540*480。
        Parameters:
        Resolution - 分辨率, 示例:540*480。