Class EncoderPresetBase

  • Direct Known Subclasses:
    EncoderCustomPreset, EncoderSystemPreset

    public class EncoderPresetBase
    extends Object
    Base type for all encoder presets, which define the recipe or instructions on how the input content should be processed.
    • Constructor Detail

      • EncoderPresetBase

        public EncoderPresetBase()
    • Method Detail

      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.