ProcessingParameterState

data class ProcessingParameterState<T>(val value: T, val updateState: ProcessingParameterUpdateState<T>)

Represents the state of a io.mimi.sdk.processing.MimiProcessingParameter.

Since

10.0.0

12.0.0 moved io.mimi.sdk.processing

Parameters

T

The parameter value type

value

The current value of the io.mimi.sdk.processing.MimiProcessingParameter - it is the most recent successfully applied value.

updateState

The update state of the io.mimi.sdk.processing.MimiProcessingParameter value applicable sequence.

Constructors

Link copied to clipboard
constructor(value: T, updateState: ProcessingParameterUpdateState<T>)

Properties

Link copied to clipboard
Link copied to clipboard
val value: T