Uses of Class
software.amazon.awssdk.services.medialive.model.CmafId3Behavior
-
Packages that use CmafId3Behavior Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of CmafId3Behavior in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return CmafId3Behavior Modifier and Type Method Description static CmafId3BehaviorCmafId3Behavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CmafId3BehaviorCmafIngestGroupSettings. id3Behavior()Set to ENABLED to enable ID3 metadata insertion.static CmafId3BehaviorCmafId3Behavior. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafId3Behavior[]CmafId3Behavior. 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 CmafId3Behavior Modifier and Type Method Description static Set<CmafId3Behavior>CmafId3Behavior. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type CmafId3Behavior Modifier and Type Method Description CmafIngestGroupSettings.BuilderCmafIngestGroupSettings.Builder. id3Behavior(CmafId3Behavior id3Behavior)Set to ENABLED to enable ID3 metadata insertion.
-