AUParameterHandler

public protocol AUParameterHandler

Protocol that handles AUParameter get and set operations.

  • Set a parameter with a new value.

    Declaration

    Swift

    func set(_ parameter: AUParameter, value: AUValue)

    Parameters

    parameter

    the configuration parameter to set

    value

    the value to set it to

  • Get a parameter’s current value.

    Declaration

    Swift

    func get(_ parameter: AUParameter) -> AUValue

    Parameters

    parameter

    the configuration parameter to get

    Return Value

    the current value