Class TranscodeDetailInfo

    • Constructor Detail

      • TranscodeDetailInfo

        public TranscodeDetailInfo()
      • TranscodeDetailInfo

        public TranscodeDetailInfo​(TranscodeDetailInfo 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

      • getStreamName

        public String getStreamName()
        Get 流名称。
        Returns:
        StreamName 流名称。
      • setStreamName

        public void setStreamName​(String StreamName)
        Set 流名称。
        Parameters:
        StreamName - 流名称。
      • getStartTime

        public String getStartTime()
        Get 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。
        Returns:
        StartTime 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。
        Parameters:
        StartTime - 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。
      • getEndTime

        public String getEndTime()
        Get 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。
        Returns:
        EndTime 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。
        Parameters:
        EndTime - 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。
      • 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。
      • getBitrate

        public Long getBitrate()
        Get 码率。
        Returns:
        Bitrate 码率。
      • setBitrate

        public void setBitrate​(Long Bitrate)
        Set 码率。
        Parameters:
        Bitrate - 码率。
      • getType

        public String getType()
        Get 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。
        Returns:
        Type 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。
      • setType

        public void setType​(String Type)
        Set 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。
        Parameters:
        Type - 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。
      • getPushDomain

        public String getPushDomain()
        Get 推流域名。
        Returns:
        PushDomain 推流域名。
      • setPushDomain

        public void setPushDomain​(String PushDomain)
        Set 推流域名。
        Parameters:
        PushDomain - 推流域名。
      • getResolution

        public String getResolution()
        Get 分辨率。
        Returns:
        Resolution 分辨率。
      • setResolution

        public void setResolution​(String Resolution)
        Set 分辨率。
        Parameters:
        Resolution - 分辨率。
      • getMainlandOrOversea

        public String getMainlandOrOversea()
        Get 地域: Mainland:国内。 Overseas:海外。
        Returns:
        MainlandOrOversea 地域: Mainland:国内。 Overseas:海外。
      • setMainlandOrOversea

        public void setMainlandOrOversea​(String MainlandOrOversea)
        Set 地域: Mainland:国内。 Overseas:海外。
        Parameters:
        MainlandOrOversea - 地域: Mainland:国内。 Overseas:海外。