Uses of Class
software.amazon.awssdk.services.medialive.model.AfdSignaling
-
Packages that use AfdSignaling Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AfdSignaling in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AfdSignaling Modifier and Type Method Description AfdSignalingH264Settings. afdSignaling()Indicates that AFD values will be written into the output stream.AfdSignalingH265Settings. afdSignaling()Indicates that AFD values will be written into the output stream.AfdSignalingMpeg2Settings. afdSignaling()Indicates the AFD values that MediaLive will write into the video encode.static AfdSignalingAfdSignaling. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AfdSignalingAfdSignaling. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AfdSignaling Modifier and Type Method Description static Set<AfdSignaling>AfdSignaling. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AfdSignaling Modifier and Type Method Description H264Settings.BuilderH264Settings.Builder. afdSignaling(AfdSignaling afdSignaling)Indicates that AFD values will be written into the output stream.H265Settings.BuilderH265Settings.Builder. afdSignaling(AfdSignaling afdSignaling)Indicates that AFD values will be written into the output stream.Mpeg2Settings.BuilderMpeg2Settings.Builder. afdSignaling(AfdSignaling afdSignaling)Indicates the AFD values that MediaLive will write into the video encode.
-