| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
FixedAfd |
H265Settings.fixedAfd()
Four bit AFD value to write on all frames of video in the output stream.
|
FixedAfd |
Mpeg2Settings.fixedAfd()
Complete this field only when afdSignaling is set to FIXED.
|
FixedAfd |
H264Settings.fixedAfd()
Four bit AFD value to write on all frames of video in the output stream.
|
static FixedAfd |
FixedAfd.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FixedAfd |
FixedAfd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedAfd[] |
FixedAfd.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<FixedAfd> |
FixedAfd.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
H265Settings.Builder |
H265Settings.Builder.fixedAfd(FixedAfd fixedAfd)
Four bit AFD value to write on all frames of video in the output stream.
|
Mpeg2Settings.Builder |
Mpeg2Settings.Builder.fixedAfd(FixedAfd fixedAfd)
Complete this field only when afdSignaling is set to FIXED.
|
H264Settings.Builder |
H264Settings.Builder.fixedAfd(FixedAfd fixedAfd)
Four bit AFD value to write on all frames of video in the output stream.
|
Copyright © 2022. All rights reserved.