| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static XavcGopBReference |
XavcGopBReference.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
XavcGopBReference |
Xavc4kProfileSettings.gopBReference()
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
XavcGopBReference |
XavcHdProfileSettings.gopBReference()
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
static XavcGopBReference |
XavcGopBReference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XavcGopBReference[] |
XavcGopBReference.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<XavcGopBReference> |
XavcGopBReference.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Xavc4kProfileSettings.Builder |
Xavc4kProfileSettings.Builder.gopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
XavcHdProfileSettings.Builder |
XavcHdProfileSettings.Builder.gopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
|
Copyright © 2023. All rights reserved.