类 VodproClient
- java.lang.Object
-
- com.baidubce.AbstractBceClient
-
- com.baidubce.services.vodpro.VodproClient
-
public class VodproClient extends AbstractBceClient
Created on 17/8/24- 作者:
- liumin08
-
-
字段概要
-
从类继承的字段 com.baidubce.AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX
-
-
构造器概要
构造器 构造器 说明 VodproClient()VodproClient(BceClientConfiguration config)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 MediaResponsecreateMedia(CreateMediaRequest request, String projectName, String spaceName)MediaResponsecreateMedia(String projectName, String spaceName, String path, String triggerName, String notificationName, String description)MediaResponsegetMedia(String projectName, String spaceName, String path)GetVcaResultResponsegetVcaResult(String projectName, String spaceName, String path, String type)GetVcrResultResponsegetVcrResult(String projectName, String spaceName, String path, String type)-
从类继承的方法 com.baidubce.AbstractBceClient
computeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown
-
-
-
-
构造器详细资料
-
VodproClient
public VodproClient()
-
VodproClient
public VodproClient(BceClientConfiguration config)
-
-
方法详细资料
-
createMedia
public MediaResponse createMedia(String projectName, String spaceName, String path, String triggerName, String notificationName, String description)
-
createMedia
public MediaResponse createMedia(CreateMediaRequest request, String projectName, String spaceName) throws BceServiceException
-
getMedia
public MediaResponse getMedia(String projectName, String spaceName, String path)
-
getVcaResult
public GetVcaResultResponse getVcaResult(String projectName, String spaceName, String path, String type)
-
getVcrResult
public GetVcrResultResponse getVcrResult(String projectName, String spaceName, String path, String type)
-
-