Uses of Class
software.amazon.awssdk.services.medialive.model.Av1SceneChangeDetect
-
Packages that use Av1SceneChangeDetect Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Av1SceneChangeDetect in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Av1SceneChangeDetect Modifier and Type Method Description static Av1SceneChangeDetectAv1SceneChangeDetect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Av1SceneChangeDetectAv1Settings. sceneChangeDetect()Controls whether MediaLive inserts I-frames when it detects a scene change.static Av1SceneChangeDetectAv1SceneChangeDetect. valueOf(String name)Returns the enum constant of this type with the specified name.static Av1SceneChangeDetect[]Av1SceneChangeDetect. 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 Av1SceneChangeDetect Modifier and Type Method Description static Set<Av1SceneChangeDetect>Av1SceneChangeDetect. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Av1SceneChangeDetect Modifier and Type Method Description Av1Settings.BuilderAv1Settings.Builder. sceneChangeDetect(Av1SceneChangeDetect sceneChangeDetect)Controls whether MediaLive inserts I-frames when it detects a scene change.
-