| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputTimecodeSource |
InputTimecodeSource.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputTimecodeSource |
InputClippingSettings.inputTimecodeSource()
The source of the timecodes in the source being clipped.
|
static InputTimecodeSource |
InputTimecodeSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputTimecodeSource[] |
InputTimecodeSource.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<InputTimecodeSource> |
InputTimecodeSource.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputClippingSettings.Builder |
InputClippingSettings.Builder.inputTimecodeSource(InputTimecodeSource inputTimecodeSource)
The source of the timecodes in the source being clipped.
|
Copyright © 2022. All rights reserved.