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

Packages that use CreatePresetResponse
com.baidubce.services.lss   
 

Uses of CreatePresetResponse in com.baidubce.services.lss
 

Methods in com.baidubce.services.lss that return CreatePresetResponse
 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(CreatePresetRequest request)
          Create a live preset which contains parameters needed in the live stream service.
 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.
 



Copyright © 2018. All rights reserved.