| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static M2tsScte35Control |
M2tsScte35Control.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
M2tsScte35Control |
M2tsSettings.scte35Control()
Optionally pass SCTE-35 signals from the input source to this output.
|
static M2tsScte35Control |
M2tsScte35Control.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M2tsScte35Control[] |
M2tsScte35Control.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<M2tsScte35Control> |
M2tsScte35Control.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
M2tsSettings.Builder |
M2tsSettings.Builder.scte35Control(M2tsScte35Control scte35Control)
Optionally pass SCTE-35 signals from the input source to this output.
|
Copyright © 2022. All rights reserved.