public class PaddingSequence extends Object
Constructor and Description |
---|
PaddingSequence() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getDuration()
Duration of the padding sequence, given in the unit specified by the `unit` property.
|
PaddingDurationUnit |
getUnit()
The unit of the `duration` property
|
int |
hashCode() |
void |
setDuration(Double duration)
Duration of the padding sequence, given in the unit specified by the `unit` property.
|
void |
setUnit(PaddingDurationUnit unit)
The unit of the `duration` property
|
String |
toString() |
public Double getDuration()
public void setDuration(Double duration)
duration
- Duration of the padding sequence, given in the unit specified by the `unit` property. The maximum duration is 300 frames or 10 seconds. If the unit is `FRAMES`, this needs to be an integer value and will be interpreted based on the input frame rate of the main part of the ConcatenationInputStream that is used by your video output stream(s). `FRAMES` is not allowed if the encoding does not contain a video output stream. (required)
minimum: 0public PaddingDurationUnit getUnit()
public void setUnit(PaddingDurationUnit unit)
unit
- The unit of the `duration` propertyCopyright © 2025. All rights reserved.