Uses of Class
com.baidubce.services.lss.model.Hls

Packages that use Hls
com.baidubce.services.lss   
com.baidubce.services.lss.model   
 

Uses of Hls in com.baidubce.services.lss
 

Methods in com.baidubce.services.lss with parameters of type Hls
 CreatePresetResponse LssClient.createForwardOnlyPreset(String name, String description, Hls hls, Rtmp rtmp, LiveThumbnail thumbnail, Watermarks watermarks)
          Create a live preset which contains parameters needed in the live stream service, and in forward only mode, in which the input stream's resolution ratio and code rate will be kept unchanged.
 CreatePresetResponse LssClient.createPreset(String name, String description, Audio audio, Video video, Hls hls, Rtmp rtmp, LiveThumbnail thumbnail, Watermarks watermarks)
          Create a live preset which contains parameters needed in the live stream service, and not in forward only mode, so that the input stream will be transcoded according to audio and video parameters.
 

Uses of Hls in com.baidubce.services.lss.model
 

Methods in com.baidubce.services.lss.model that return Hls
 Hls GetPresetResponse.getHls()
          hls输出参数
 Hls LivePreset.getHls()
          hls输出参数
 Hls CreatePresetRequest.getHls()
          hls输出参数
 Hls Hls.withAdaptive(Boolean adaptive)
           
 Hls Hls.withSegmentListSize(Integer segmentListSize)
           
 Hls Hls.withSegmentTimeInSecond(Integer segmentTimeInSecond)
           
 

Methods in com.baidubce.services.lss.model with parameters of type Hls
 void GetPresetResponse.setHls(Hls hls)
           
 void LivePreset.setHls(Hls hls)
           
 void CreatePresetRequest.setHls(Hls hls)
           
 LivePreset LivePreset.withHls(Hls hls)
           
 CreatePresetRequest CreatePresetRequest.withHls(Hls hls)
           
 



Copyright © 2016. All rights reserved.