Class ResilientStreamConf

    • Constructor Detail

      • ResilientStreamConf

        public ResilientStreamConf()
      • ResilientStreamConf

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

      • getEnable

        public Boolean getEnable()
        Get 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Enable 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。
      • setEnable

        public void setEnable​(Boolean Enable)
        Set 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Enable - 是否开启延播平滑吐流,true开启,false不开启,默认不开启。 注意:此字段可能返回 null,表示取不到有效值。
      • getBufferTime

        public Long getBufferTime()
        Get 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BufferTime 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。
      • setBufferTime

        public void setBufferTime​(Long BufferTime)
        Set 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BufferTime - 延播时间,单位秒,目前支持的范围为10~300秒。 注意:此字段可能返回 null,表示取不到有效值。