com.baidubce.services.vodpro
Class VodproClient
java.lang.Object
com.baidubce.AbstractBceClient
com.baidubce.services.vodpro.VodproClient
public class VodproClient
- extends AbstractBceClient
Created on 17/8/24
- Author:
- liumin08
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- 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.