Uses of Class
software.amazon.awssdk.services.mediaconvert.model.NielsenActiveWatermarkProcessType
-
Packages that use NielsenActiveWatermarkProcessType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of NielsenActiveWatermarkProcessType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return NielsenActiveWatermarkProcessType Modifier and Type Method Description NielsenActiveWatermarkProcessTypeNielsenNonLinearWatermarkSettings. activeWatermarkProcess()Choose the type of Nielsen watermarks that you want in your outputs.static NielsenActiveWatermarkProcessTypeNielsenActiveWatermarkProcessType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NielsenActiveWatermarkProcessTypeNielsenActiveWatermarkProcessType. valueOf(String name)Returns the enum constant of this type with the specified name.static NielsenActiveWatermarkProcessType[]NielsenActiveWatermarkProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type NielsenActiveWatermarkProcessType Modifier and Type Method Description static Set<NielsenActiveWatermarkProcessType>NielsenActiveWatermarkProcessType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type NielsenActiveWatermarkProcessType Modifier and Type Method Description NielsenNonLinearWatermarkSettings.BuilderNielsenNonLinearWatermarkSettings.Builder. activeWatermarkProcess(NielsenActiveWatermarkProcessType activeWatermarkProcess)Choose the type of Nielsen watermarks that you want in your outputs.
-