rtcEngine$onVideoDenoiseModeChanged$withReason method

FutureOr<void> rtcEngine$onVideoDenoiseModeChanged$withReason(
  1. ByteRTCEngine engine,
  2. ByteRTCVideoDenoiseMode mode,
  3. ByteRTCVideoDenoiseModeChangedReason reason
)

@hidden not available @detail callback @author Yujianli @brief When the state of the video noise reduction mode changes, this callback will return the real state of the mode and the reasons for the changes. @param engine ByteRTCEngine object @param mode Video noise reduction mode. Refer to ByteRTCVideoDenoiseMode{@link #ByteRTCVideoDenoiseMode} for more details. @param reason Video noise reduction mode change reason. Refer to ByteRTCVideoDenoiseModeChangedReason{@link #ByteRTCVideoDenoiseModeChangedReason} for more
details.

Implementation

FutureOr<void> rtcEngine$onVideoDenoiseModeChanged$withReason(
    ByteRTCEngine engine,
    ByteRTCVideoDenoiseMode mode,
    ByteRTCVideoDenoiseModeChangedReason reason) async {}