| Package | Description |
|---|---|
| com.baidubce.services.vod | |
| com.baidubce.services.vod.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMediaResourceResponse |
VodClient.createMediaResource(String title,
String description,
File file,
String transcodingPresetGroupName,
int priority,
String mode,
ActionAttributes actionAttributes)
Uploads the specified file to Bos under the specified bucket and key name.
|
CreateMediaResourceResponse |
VodClient.createMediaResource(String sourceUrl,
String title,
String description,
String transcodingPresetGroupName,
int priority,
String mode,
ActionAttributes actionAttributes)
Load a media resource from URL to VOD.
|
CreateMediaResourceResponse |
VodClient.createMediaResource(String sourceBucket,
String sourceKey,
String title,
String description,
String transcodingPresetGroupName,
int priority,
String mode,
ActionAttributes actionAttributes)
Load a media resource from BOS to VOD.
|
InternalCreateMediaResponse |
VodClient.processMedia(String mediaId,
String title,
String description,
String sourceExtension,
String transcodingPresetGroupName,
int priority,
ActionAttributes actionAttributes) |
| Modifier and Type | Method and Description |
|---|---|
ActionAttributes |
InternalCreateMediaRequest.getActionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalCreateMediaRequest.setActionAttributes(ActionAttributes actionAttributes) |
InternalCreateMediaRequest |
InternalCreateMediaRequest.withActionAttributes(ActionAttributes actionAttributes) |
Copyright © 2021. All rights reserved.