Uses of Class
software.amazon.awssdk.services.medialive.model.CmafNielsenId3Behavior
-
Packages that use CmafNielsenId3Behavior Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of CmafNielsenId3Behavior in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return CmafNielsenId3Behavior Modifier and Type Method Description static CmafNielsenId3BehaviorCmafNielsenId3Behavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CmafNielsenId3BehaviorCmafIngestGroupSettings. nielsenId3Behavior()If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.static CmafNielsenId3BehaviorCmafNielsenId3Behavior. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafNielsenId3Behavior[]CmafNielsenId3Behavior. 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 CmafNielsenId3Behavior Modifier and Type Method Description static Set<CmafNielsenId3Behavior>CmafNielsenId3Behavior. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type CmafNielsenId3Behavior Modifier and Type Method Description CmafIngestGroupSettings.BuilderCmafIngestGroupSettings.Builder. nielsenId3Behavior(CmafNielsenId3Behavior nielsenId3Behavior)If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
-