Uses of Class
software.amazon.awssdk.services.mediaconvert.model.XavcGopBReference
-
Packages that use XavcGopBReference Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of XavcGopBReference in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return XavcGopBReference Modifier and Type Method Description static XavcGopBReferenceXavcGopBReference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.XavcGopBReferenceXavc4kProfileSettings. gopBReference()Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.XavcGopBReferenceXavcHdProfileSettings. gopBReference()Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.static XavcGopBReferenceXavcGopBReference. 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.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type XavcGopBReference Modifier and Type Method Description static Set<XavcGopBReference>XavcGopBReference. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type XavcGopBReference Modifier and Type Method Description Xavc4kProfileSettings.BuilderXavc4kProfileSettings.Builder. gopBReference(XavcGopBReference gopBReference)Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.XavcHdProfileSettings.BuilderXavcHdProfileSettings.Builder. gopBReference(XavcGopBReference gopBReference)Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP.
-