Uses of Class
software.amazon.awssdk.services.mediaconvert.model.M2tsScte35Source
-
Packages that use M2tsScte35Source Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of M2tsScte35Source in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return M2tsScte35Source Modifier and Type Method Description static M2tsScte35SourceM2tsScte35Source. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.M2tsScte35SourceM2tsSettings. scte35Source()For SCTE-35 markers from your input-- Choose Passthrough if you want SCTE-35 markers that appear in your input to also appear in this output.static M2tsScte35SourceM2tsScte35Source. valueOf(String name)Returns the enum constant of this type with the specified name.static M2tsScte35Source[]M2tsScte35Source. 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 M2tsScte35Source Modifier and Type Method Description static Set<M2tsScte35Source>M2tsScte35Source. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type M2tsScte35Source Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. scte35Source(M2tsScte35Source scte35Source)For SCTE-35 markers from your input-- Choose Passthrough if you want SCTE-35 markers that appear in your input to also appear in this output.
-