Uses of Class
software.amazon.awssdk.services.medialive.model.M2tsEbifControl
-
Packages that use M2tsEbifControl Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of M2tsEbifControl in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return M2tsEbifControl Modifier and Type Method Description M2tsEbifControlM2tsSettings. ebif()If set to passthrough, passes any EBIF data from the input source to this output.static M2tsEbifControlM2tsEbifControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static M2tsEbifControlM2tsEbifControl. valueOf(String name)Returns the enum constant of this type with the specified name.static M2tsEbifControl[]M2tsEbifControl. 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 M2tsEbifControl Modifier and Type Method Description static Set<M2tsEbifControl>M2tsEbifControl. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type M2tsEbifControl Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. ebif(M2tsEbifControl ebif)If set to passthrough, passes any EBIF data from the input source to this output.
-