Package-level declarations

Types

Link copied to clipboard
sealed class NoiseFilterModeUi

Represents the available noise filter modes that can be selected in the UI. This sealed class ensures that only defined noise filter modes can be represented.

Link copied to clipboard
data class NoiseFilterUiState(val deepFilerLoadingState: DeepFilterNetModuleLoader.LoadingState = DeepFilterNetModuleLoader.LoadingState.Unloaded, val supportedNoiseFilterModesUi: ImmutableList<NoiseFilterModeUi> = ImmutableList(listOf(NoiseFilterModeUi.Standard)), val currentNoiseFilterModeUi: NoiseFilterModeUi = NoiseFilterModeUi.Standard, val isDeviceOverHeating: Boolean = false) : UiState

Represents the UI state for the noise filtering feature.