| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static LastFrameClippingBehavior |
LastFrameClippingBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LastFrameClippingBehavior |
StopTimecode.lastFrameClippingBehavior()
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to
exclude (the default) or include the frame specified by the timecode.
|
static LastFrameClippingBehavior |
LastFrameClippingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastFrameClippingBehavior[] |
LastFrameClippingBehavior.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<LastFrameClippingBehavior> |
LastFrameClippingBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StopTimecode.Builder |
StopTimecode.Builder.lastFrameClippingBehavior(LastFrameClippingBehavior lastFrameClippingBehavior)
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip
to exclude (the default) or include the frame specified by the timecode.
|
Copyright © 2022. All rights reserved.