supportedNoiseFilterModesUi
An immutable list of noise filter modes that are supported by the current device or environment and should be presented to the user. Each item in the list is an instance of NoiseFilterModeUi. Using ImmutableList ensures the list cannot be modified post-creation. Defaults to an empty immutable list, indicating no specific modes are listed initially (consider using persistentListOf()
for cleaner empty list creation).