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