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