Uses of Class
software.amazon.awssdk.services.medialive.model.LastFrameClippingBehavior
-
Packages that use LastFrameClippingBehavior Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of LastFrameClippingBehavior in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return LastFrameClippingBehavior Modifier and Type Method Description static LastFrameClippingBehaviorLastFrameClippingBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LastFrameClippingBehaviorStopTimecode. 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 LastFrameClippingBehaviorLastFrameClippingBehavior. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type LastFrameClippingBehavior Modifier and Type Method Description static Set<LastFrameClippingBehavior>LastFrameClippingBehavior. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type LastFrameClippingBehavior Modifier and Type Method Description StopTimecode.BuilderStopTimecode.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.
-