Uses of Class
software.amazon.awssdk.services.mediaconvert.model.TimecodeTrack
-
Packages that use TimecodeTrack Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of TimecodeTrack in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return TimecodeTrack Modifier and Type Method Description static TimecodeTrackTimecodeTrack. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimecodeTrackVideoDescription. timecodeTrack()To include a timecode track in your MP4 output: Choose Enabled.static TimecodeTrackTimecodeTrack. valueOf(String name)Returns the enum constant of this type with the specified name.static TimecodeTrack[]TimecodeTrack. 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 TimecodeTrack Modifier and Type Method Description static Set<TimecodeTrack>TimecodeTrack. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type TimecodeTrack Modifier and Type Method Description VideoDescription.BuilderVideoDescription.Builder. timecodeTrack(TimecodeTrack timecodeTrack)To include a timecode track in your MP4 output: Choose Enabled.
-