Uses of Class
software.amazon.awssdk.services.medialive.model.H264ForceFieldPictures
-
Packages that use H264ForceFieldPictures Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of H264ForceFieldPictures in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return H264ForceFieldPictures Modifier and Type Method Description H264ForceFieldPicturesH264Settings. forceFieldPictures()This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis.static H264ForceFieldPicturesH264ForceFieldPictures. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static H264ForceFieldPicturesH264ForceFieldPictures. valueOf(String name)Returns the enum constant of this type with the specified name.static H264ForceFieldPictures[]H264ForceFieldPictures. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type H264ForceFieldPictures Modifier and Type Method Description static Set<H264ForceFieldPictures>H264ForceFieldPictures. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type H264ForceFieldPictures Modifier and Type Method Description H264Settings.BuilderH264Settings.Builder. forceFieldPictures(H264ForceFieldPictures forceFieldPictures)This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis.
-