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

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

Uses of LivePublishInfo in com.baidubce.services.lss
 

Methods in com.baidubce.services.lss with parameters of type LivePublishInfo
 CreateSessionResponse LssClient.createSession(String description, List<String> presets, String notification, String securityPolicy, String recording, LivePublishInfo publish)
          Create a live session in the live stream service.
 CreateSessionResponse LssClient.createSession(String description, List<String> presets, String notification, String securityPolicy, String recording, LivePublishInfo publish, String thumbnail, Watermarks watermarks)
          Create a live session in the live stream service.
 CreateSessionResponse LssClient.createSession(String description, String preset, String notification, String securityPolicy, String recording, LivePublishInfo publish)
          Create a live session in the live stream service.
 

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

Methods in com.baidubce.services.lss.model that return LivePublishInfo
 LivePublishInfo CreateSessionRequest.getPublish()
           
 LivePublishInfo LivePublishInfo.withPullUrl(String pullUrl)
           
 LivePublishInfo LivePublishInfo.withRegion(String region)
           
 

Methods in com.baidubce.services.lss.model with parameters of type LivePublishInfo
 void CreateSessionRequest.setPublish(LivePublishInfo publish)
           
 CreateSessionRequest CreateSessionRequest.withPublish(LivePublishInfo publish)
           
 



Copyright © 2018. All rights reserved.