Interface ModulationFormatAccessor.ModulationFormatMutator

All Known Subinterfaces:
ModulationFormatAccessor.ModulationFormatProperty
Enclosing interface:
ModulationFormatAccessor

public static interface ModulationFormatAccessor.ModulationFormatMutator
Provides a mutator for a modulation format property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the modulation format for the pulse-code modulation format property.
  • Method Details

    • setModulationFormat

      void setModulationFormat(ModulationFormat aModulationFormat)
      Sets the modulation format for the pulse-code modulation format property.
      Parameters:
      aModulationFormat - The modulation format to be stored by the modulation format property.