Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MpdScte35Esam
-
Packages that use MpdScte35Esam Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MpdScte35Esam in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MpdScte35Esam Modifier and Type Method Description static MpdScte35EsamMpdScte35Esam. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MpdScte35EsamMpdSettings. scte35Esam()Use this setting only when you specify SCTE-35 markers from ESAM.static MpdScte35EsamMpdScte35Esam. valueOf(String name)Returns the enum constant of this type with the specified name.static MpdScte35Esam[]MpdScte35Esam. 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 MpdScte35Esam Modifier and Type Method Description static Set<MpdScte35Esam>MpdScte35Esam. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MpdScte35Esam Modifier and Type Method Description MpdSettings.BuilderMpdSettings.Builder. scte35Esam(MpdScte35Esam scte35Esam)Use this setting only when you specify SCTE-35 markers from ESAM.
-