Uses of Class
software.amazon.awssdk.services.medialive.model.FixedAfd
-
Packages that use FixedAfd Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of FixedAfd in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return FixedAfd Modifier and Type Method Description FixedAfdAv1Settings. fixedAfd()Complete this property only if you set the afdSignaling property to FIXED.FixedAfdH264Settings. fixedAfd()Four bit AFD value to write on all frames of video in the output stream.FixedAfdH265Settings. fixedAfd()Four bit AFD value to write on all frames of video in the output stream.FixedAfdMpeg2Settings. fixedAfd()Complete this field only when afdSignaling is set to FIXED.static FixedAfdFixedAfd. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FixedAfdFixedAfd. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type FixedAfd Modifier and Type Method Description static Set<FixedAfd>FixedAfd. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type FixedAfd Modifier and Type Method Description Av1Settings.BuilderAv1Settings.Builder. fixedAfd(FixedAfd fixedAfd)Complete this property only if you set the afdSignaling property to FIXED.H264Settings.BuilderH264Settings.Builder. fixedAfd(FixedAfd fixedAfd)Four bit AFD value to write on all frames of video in the output stream.H265Settings.BuilderH265Settings.Builder. fixedAfd(FixedAfd fixedAfd)Four bit AFD value to write on all frames of video in the output stream.Mpeg2Settings.BuilderMpeg2Settings.Builder. fixedAfd(FixedAfd fixedAfd)Complete this field only when afdSignaling is set to FIXED.
-