| 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 |
|---|---|
CreateWaterMarkResponse |
MediaClient.createWaterMark(String bucket,
String key,
String horizontalAlignment,
String verticalAlignment,
int horizontalOffsetInPixel,
int verticalOffsetInPixel,
Timeline timeline,
Integer repeated,
Boolean allowScaling)
Creates a watermark and return water mark ID.
|
CreateWaterMarkResponse |
MediaClient.createWaterMark(String bucket,
String key,
String horizontalAlignment,
String verticalAlignment,
String dx,
String dy,
String width,
String height,
Timeline timeline,
Integer repeated)
Creates a watermark and return water mark ID.
|
| Modifier and Type | Method and Description |
|---|---|
Timeline |
GetWaterMarkResponse.getTimeline() |
Timeline |
CreateWaterMarkRequest.getTimeline() |
Timeline |
Insert.getTimeline() |
Timeline |
Timeline.withDurationInMillisecond(Integer durationInMillisecond) |
Timeline |
Timeline.withStartTimeInMillisecond(Integer startTimeInMillisecond) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetWaterMarkResponse.setTimeline(Timeline timeline) |
void |
CreateWaterMarkRequest.setTimeline(Timeline timeline) |
void |
Insert.setTimeline(Timeline timeline) |
CreateWaterMarkRequest |
CreateWaterMarkRequest.withTimeline(Timeline timeline) |
Insert |
Insert.withTimeline(Timeline timeline) |
Copyright © 2023. All rights reserved.