Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DropFrameTimecode
-
Packages that use DropFrameTimecode Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DropFrameTimecode in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DropFrameTimecode Modifier and Type Method Description DropFrameTimecodeVideoDescription. dropFrameTimecode()Applies only to 29.97 fps outputs.static DropFrameTimecodeDropFrameTimecode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DropFrameTimecodeDropFrameTimecode. valueOf(String name)Returns the enum constant of this type with the specified name.static DropFrameTimecode[]DropFrameTimecode. 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 DropFrameTimecode Modifier and Type Method Description static Set<DropFrameTimecode>DropFrameTimecode. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DropFrameTimecode Modifier and Type Method Description VideoDescription.BuilderVideoDescription.Builder. dropFrameTimecode(DropFrameTimecode dropFrameTimecode)Applies only to 29.97 fps outputs.
-