类 Hls

    • 构造器详细资料

      • Hls

        public Hls()
    • 方法详细资料

      • getSegmentTimeInSecond

        public Integer getSegmentTimeInSecond()
        hls分片的长度
      • setSegmentTimeInSecond

        public void setSegmentTimeInSecond​(Integer segmentTimeInSecond)
      • withSegmentTimeInSecond

        public Hls withSegmentTimeInSecond​(Integer segmentTimeInSecond)
      • getSegmentListSize

        public Integer getSegmentListSize()
        m3u8文件中切片的个数
      • setSegmentListSize

        public void setSegmentListSize​(Integer segmentListSize)
      • withSegmentListSize

        public Hls withSegmentListSize​(Integer segmentListSize)
      • getAdaptive

        public Boolean getAdaptive()
        是否需要自适应码率
      • setAdaptive

        public void setAdaptive​(Boolean adaptive)
      • withAdaptive

        public Hls withAdaptive​(Boolean adaptive)