rtcEngine$onAudioAEDStateUpdate method

FutureOr<void> rtcEngine$onAudioAEDStateUpdate(
  1. ByteRTCEngine engine,
  2. ByteRTCAudioAEDType state
)

@hidden for internal use only @detail callback @region Audio Management @author shiyayun @brief Callback about publishing status of the black frame video stream .
After enableAudioAEDReport, you will periodically receive this callback.
@param state Music scene detection result, see ByteRTCAudioAEDType{@link #ByteRTCAudioAEDType}.

Implementation

FutureOr<void> rtcEngine$onAudioAEDStateUpdate(
    ByteRTCEngine engine, ByteRTCAudioAEDType state) async {}