We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c86ae commit 353cc14Copy full SHA for 353cc14
demos/camera/src/main/java/io/github/thibaultbee/streampack/app/ui/settings/SettingsFragment.kt
@@ -191,6 +191,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
191
}
192
videoEncoderListPreference.setOnPreferenceChangeListener { _, newValue ->
193
loadVideoSettings(newValue as String)
194
+ videoProfileListPreference.value = VideoConfig.getBestProfile(newValue).toString()
195
true
196
197
0 commit comments