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

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

Uses of Rtmp in com.baidubce.services.lss
 

Methods in com.baidubce.services.lss with parameters of type Rtmp
 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 Rtmp in com.baidubce.services.lss.model
 

Methods in com.baidubce.services.lss.model that return Rtmp
 Rtmp LivePreset.getRtmp()
          rtmp参数
 Rtmp GetPresetResponse.getRtmp()
          rtmp参数
 Rtmp CreatePresetRequest.getRtmp()
          Returns the RTMP settings.
 Rtmp Rtmp.withGopCache(Boolean gopCache)
           
 

Methods in com.baidubce.services.lss.model with parameters of type Rtmp
 void LivePreset.setRtmp(Rtmp rtmp)
           
 void GetPresetResponse.setRtmp(Rtmp rtmp)
           
 void CreatePresetRequest.setRtmp(Rtmp rtmp)
          Sets the RTMP settings.
 LivePreset LivePreset.withRtmp(Rtmp rtmp)
           
 CreatePresetRequest CreatePresetRequest.withRtmp(Rtmp rtmp)
          Sets the RTMP settings and returns this object.
 



Copyright © 2018. All rights reserved.