| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
M2tsEbpPlacement |
M2tsSettings.ebpPlacement()
Selects which PIDs to place EBP markers on.
|
static M2tsEbpPlacement |
M2tsEbpPlacement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static M2tsEbpPlacement |
M2tsEbpPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M2tsEbpPlacement[] |
M2tsEbpPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<M2tsEbpPlacement> |
M2tsEbpPlacement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
M2tsSettings.Builder |
M2tsSettings.Builder.ebpPlacement(M2tsEbpPlacement ebpPlacement)
Selects which PIDs to place EBP markers on.
|
Copyright © 2023. All rights reserved.