MimiPresetParameterDataSource
fun interface MimiPresetParameterDataSource : MimiFetchedParameterDataSource<Personalization.PersonalizationPreset?>
Defines how a Preset MimiFetchedProcessingParameter has its value updated.
Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.
Since
7.4.0
Functions
Link copied to clipboard
abstract suspend fun fetch(current: Personalization.PersonalizationPreset?): Personalization.PersonalizationPreset?