Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MpdScte35Source
-
Packages that use MpdScte35Source Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MpdScte35Source in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MpdScte35Source Modifier and Type Method Description static MpdScte35SourceMpdScte35Source. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MpdScte35SourceMpdSettings. scte35Source()Ignore this setting unless you have SCTE-35 markers in your input video file.static MpdScte35SourceMpdScte35Source. valueOf(String name)Returns the enum constant of this type with the specified name.static MpdScte35Source[]MpdScte35Source. 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 MpdScte35Source Modifier and Type Method Description static Set<MpdScte35Source>MpdScte35Source. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MpdScte35Source Modifier and Type Method Description MpdSettings.BuilderMpdSettings.Builder. scte35Source(MpdScte35Source scte35Source)Ignore this setting unless you have SCTE-35 markers in your input video file.
-