| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static H265SceneChangeDetect |
H265SceneChangeDetect.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
H265SceneChangeDetect |
H265Settings.sceneChangeDetect()
Scene change detection.
|
static H265SceneChangeDetect |
H265SceneChangeDetect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H265SceneChangeDetect[] |
H265SceneChangeDetect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<H265SceneChangeDetect> |
H265SceneChangeDetect.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
H265Settings.Builder |
H265Settings.Builder.sceneChangeDetect(H265SceneChangeDetect sceneChangeDetect)
Scene change detection.
|
Copyright © 2022. All rights reserved.