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