| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AfdSignaling |
H265Settings.afdSignaling()
Indicates that AFD values will be written into the output stream.
|
AfdSignaling |
Mpeg2Settings.afdSignaling()
Indicates the AFD values that MediaLive will write into the video encode.
|
AfdSignaling |
H264Settings.afdSignaling()
Indicates that AFD values will be written into the output stream.
|
static AfdSignaling |
AfdSignaling.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AfdSignaling |
AfdSignaling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AfdSignaling[] |
AfdSignaling.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<AfdSignaling> |
AfdSignaling.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
H265Settings.Builder |
H265Settings.Builder.afdSignaling(AfdSignaling afdSignaling)
Indicates that AFD values will be written into the output stream.
|
Mpeg2Settings.Builder |
Mpeg2Settings.Builder.afdSignaling(AfdSignaling afdSignaling)
Indicates the AFD values that MediaLive will write into the video encode.
|
H264Settings.Builder |
H264Settings.Builder.afdSignaling(AfdSignaling afdSignaling)
Indicates that AFD values will be written into the output stream.
|
Copyright © 2022. All rights reserved.