Uses of Class
software.amazon.awssdk.services.mediaconvert.model.OutputSdt
-
Packages that use OutputSdt Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of OutputSdt in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return OutputSdt Modifier and Type Method Description static OutputSdtOutputSdt. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OutputSdtDvbSdtSettings. outputSdt()Selects method of inserting SDT information into output stream.static OutputSdtOutputSdt. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputSdt[]OutputSdt. 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 OutputSdt Modifier and Type Method Description static Set<OutputSdt>OutputSdt. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type OutputSdt Modifier and Type Method Description DvbSdtSettings.BuilderDvbSdtSettings.Builder. outputSdt(OutputSdt outputSdt)Selects method of inserting SDT information into output stream.
-