Skip to content

Commit 0eddfa4

Browse files
author
zhangwei
committed
[Android]Fixs NMS-26695.
1 parent ec31c24 commit 0eddfa4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Android/APIExample-Compose/app/src/main/java/io/agora/api/example/compose/samples/VideoProcessExtension.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,8 @@ private fun VideoProcessExtensionView(
264264
item {
265265
SwitchRaw(title = stringResource(id = R.string.low_light_enhance)) {
266266
val options = LowLightEnhanceOptions()
267-
options.lowlightEnhanceLevel =
268-
LowLightEnhanceOptions.LOW_LIGHT_ENHANCE_LEVEL_FAST
269-
options.lowlightEnhanceMode = LowLightEnhanceOptions.LOW_LIGHT_ENHANCE_AUTO
267+
options.lowlightEnhanceLevel = LowLightEnhanceOptions.LOW_LIGHT_ENHANCE_LEVEL_HIGH_QUALITY
268+
options.lowlightEnhanceMode = LowLightEnhanceOptions.LOW_LIGHT_ENHANCE_MANUAL
270269
rtcEngine?.setLowlightEnhanceOptions(it, options)
271270
}
272271
}

0 commit comments

Comments
 (0)