Uses of Class
software.amazon.awssdk.services.mediaconvert.model.TimecodeBurninPosition
-
Packages that use TimecodeBurninPosition Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of TimecodeBurninPosition in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return TimecodeBurninPosition Modifier and Type Method Description static TimecodeBurninPositionTimecodeBurninPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimecodeBurninPositionTimecodeBurnin. position()Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.static TimecodeBurninPositionTimecodeBurninPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static TimecodeBurninPosition[]TimecodeBurninPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type TimecodeBurninPosition Modifier and Type Method Description static Set<TimecodeBurninPosition>TimecodeBurninPosition. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type TimecodeBurninPosition Modifier and Type Method Description TimecodeBurnin.BuilderTimecodeBurnin.Builder. position(TimecodeBurninPosition position)Use Position under Timecode burn-in to specify the location the burned-in timecode on output video.
-