Camera2EditableDouble

public class Camera2EditableDouble : Camera2DoubleBase

Mutable camera configuration parameter of type Double.

  • Current parameter value, or nil if the parameter is cleared.

    Setting this value:

    • outside of overallSupportedValues does nothing,
    • outside of currentSupportedValues is accepted, however any conflicting parameters will be cleared,
    • to nil clears this parameter.

    Declaration

    Swift

    public var value: Double?