|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Encryption | |
---|---|
com.baidubce.services.media | Client classes for accessing video / audio transcoder service in Baidu Open Cloud. |
com.baidubce.services.media.model |
Uses of Encryption in com.baidubce.services.media |
---|
Methods in com.baidubce.services.media with parameters of type Encryption | |
---|---|
CreatePresetResponse |
MediaClient.createPreset(String presetName,
String 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,
String 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 container,
Clip clip,
Audio audio,
Video video,
Encryption encryption,
String watermarkId)
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,
String 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. |
CreatePresetResponse |
MediaClient.createPreset(String presetName,
String description,
String container,
boolean transmux,
Clip clip,
Audio audio,
Video video,
Encryption encryption,
String watermarkId)
Create a preset which help to convert media files on be played in a wide range of devices. |
CreatePresetResponse |
MediaClient.createPreset(String presetName,
String description,
String container,
boolean transmux,
Clip clip,
Audio audio,
Video video,
Encryption encryption,
Watermarks watermarks,
TransCfg transCfg,
ExtraCfg extraCfg)
Create a preset which help to convert media files on be played in a wide range of devices. |
CreatePresetResponse |
MediaClient.createPreset(String presetName,
String description,
String 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,
String description,
String 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,
String container,
Clip clip,
Audio audio,
Video video,
Encryption encryption,
String watermarkId)
Create a preset which help to convert video files on be played in a wide range of devices. |
Uses of Encryption in com.baidubce.services.media.model |
---|
Methods in com.baidubce.services.media.model that return Encryption | |
---|---|
Encryption |
GetPresetResponse.getEncryption()
|
Encryption |
CreatePresetRequest.getEncryption()
|
Encryption |
Encryption.withAesKey(String aesKey)
|
Encryption |
Encryption.withStrategy(String strategy)
|
Methods in com.baidubce.services.media.model with parameters of type Encryption | |
---|---|
void |
GetPresetResponse.setEncryption(Encryption encryption)
|
void |
CreatePresetRequest.setEncryption(Encryption encryption)
|
CreatePresetRequest |
CreatePresetRequest.withEncryption(Encryption encryption)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |