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

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

Uses of CreatePresetRequest in com.baidubce.services.lss
 

Methods in com.baidubce.services.lss with parameters of type CreatePresetRequest
 CreatePresetResponse LssClient.createPreset(CreatePresetRequest request)
          Create a live preset which contains parameters needed in the live stream service.
 

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

Methods in com.baidubce.services.lss.model that return CreatePresetRequest
 CreatePresetRequest CreatePresetRequest.withAudio(Audio audio)
          Sets the audio settings and returns this object.
 CreatePresetRequest CreatePresetRequest.withDescription(String description)
          Sets the description of the preset and returns this object.
 CreatePresetRequest CreatePresetRequest.withForwardOnly(Boolean forwardOnly)
          Sets the forward option and returns this object.
 CreatePresetRequest CreatePresetRequest.withHls(Hls hls)
          Sets the HLS settings and returns this object.
 CreatePresetRequest CreatePresetRequest.withName(String name)
          Sets the name of the preset and returns this object.
 CreatePresetRequest CreatePresetRequest.withRequestCredentials(BceCredentials credentials)
           
 CreatePresetRequest CreatePresetRequest.withRtmp(Rtmp rtmp)
          Sets the RTMP settings and returns this object.
 CreatePresetRequest CreatePresetRequest.withThumbnail(LiveThumbnail thumbnail)
           
 CreatePresetRequest CreatePresetRequest.withVideo(Video video)
          Sets the video settings and returns this object.
 CreatePresetRequest CreatePresetRequest.withWatermarks(Watermarks watermarks)
           
 



Copyright © 2018. All rights reserved.