| Package | Description |
|---|---|
| com.baidubce.services.media |
Client classes for accessing video / audio transcoder service in Baidu Open Cloud.
|
| com.baidubce.services.media.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePresetResponse |
MediaClient.createPreset(String presetName,
Container container)
Create a preset which only convert source media file to a different container format without changing the file
contents.
|
CreatePresetResponse |
MediaClient.createPreset(String presetName,
Container container,
Audio audio)
Create a preset which help to convert audio files on be played in a wide range of devices.
|
CreatePresetResponse |
MediaClient.createPreset(String presetName,
Container container,
Audio audio,
Video video)
Create a preset which help to convert video files on be played in a wide range of devices.
|
CreatePresetResponse |
MediaClient.createPreset(String presetName,
Container container,
Clip clip,
Audio audio,
Encryption encryption)
Create a preset which help to convert audio files on be played in a wide range of devices.
|
CreatePresetResponse |
MediaClient.createPreset(String presetName,
Container container,
Clip clip,
Audio audio,
Video video,
Encryption encryption)
Create a preset which help to convert video files on be played in a wide range of devices.
|
CreatePresetResponse |
MediaClient.createPreset(String presetName,
String description,
Container container,
boolean transmux,
Clip clip,
Audio audio,
Video video,
Encryption encryption)
Create a preset which help to convert media files on be played in a wide range of devices.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
CreatePresetRequest.getContainer()
音视频文件的容器(MP4, FLV, MOV, MP3, M4A)
|
static Container |
Container.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Container[] |
Container.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePresetRequest.setContainer(Container container) |
Copyright © 2015. All rights reserved.