Uses of Class
software.amazon.awssdk.services.medialive.model.EmbeddedScte20Detection
-
Packages that use EmbeddedScte20Detection Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of EmbeddedScte20Detection in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return EmbeddedScte20Detection Modifier and Type Method Description static EmbeddedScte20DetectionEmbeddedScte20Detection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EmbeddedScte20DetectionEmbeddedSourceSettings. scte20Detection()Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.static EmbeddedScte20DetectionEmbeddedScte20Detection. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedScte20Detection[]EmbeddedScte20Detection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type EmbeddedScte20Detection Modifier and Type Method Description static Set<EmbeddedScte20Detection>EmbeddedScte20Detection. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type EmbeddedScte20Detection Modifier and Type Method Description EmbeddedSourceSettings.BuilderEmbeddedSourceSettings.Builder. scte20Detection(EmbeddedScte20Detection scte20Detection)Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
-