| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
static ScteFilter |
ScteFilter.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ScteFilter |
ScteFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScteFilter[] |
ScteFilter.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<ScteFilter> |
ScteFilter.knownValues()
|
List<ScteFilter> |
Scte.scteFilter()
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
| Modifier and Type | Method and Description |
|---|---|
Scte.Builder |
Scte.Builder.scteFilter(ScteFilter... scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
| Modifier and Type | Method and Description |
|---|---|
Scte.Builder |
Scte.Builder.scteFilter(Collection<ScteFilter> scteFilter)
The SCTE-35 message types that you want to be treated as ad markers in the output.
|
Copyright © 2023. All rights reserved.