com.baidubce.services.vodpro
Class VodproClient

java.lang.Object
  extended by com.baidubce.AbstractBceClient
      extended by com.baidubce.services.vodpro.VodproClient

public class VodproClient
extends AbstractBceClient

Created on 17/8/24

Author:
liumin08

Field Summary
 
Fields inherited from class com.baidubce.AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX
 
Constructor Summary
VodproClient()
           
VodproClient(BceClientConfiguration config)
           
 
Method Summary
 MediaResponse createMedia(CreateMediaRequest request, String projectName, String spaceName)
           
 MediaResponse createMedia(String projectName, String spaceName, String path, String triggerName, String notificationName, String description)
           
 MediaResponse getMedia(String projectName, String spaceName, String path)
           
 GetVcaResultResponse getVcaResult(String projectName, String spaceName, String path, String type)
           
 GetVcrResultResponse getVcrResult(String projectName, String spaceName, String path, String type)
           
 
Methods inherited from class com.baidubce.AbstractBceClient
getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VodproClient

public VodproClient()

VodproClient

public VodproClient(BceClientConfiguration config)
Method Detail

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
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)


Copyright © 2018. All rights reserved.