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