| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static M2tsDataPtsControl |
M2tsDataPtsControl.fromValue(String value)
Use this in place of valueOf.
|
static M2tsDataPtsControl |
M2tsDataPtsControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M2tsDataPtsControl[] |
M2tsDataPtsControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
M2tsSettings |
M2tsSettings.withDataPTSControl(M2tsDataPtsControl dataPTSControl)
If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS)
values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with
lesser PTS values).
|
Copyright © 2023. All rights reserved.