ktvManager$onMusicDetailResult$errorCode method

FutureOr<void> ktvManager$onMusicDetailResult$errorCode(
  1. ByteRTCKTVManager ktvManager,
  2. ByteRTCMusicInfo music,
  3. ByteRTCKTVErrorCode errorCode
)

@detail callback @author lihuan.wuti2ha @brief The music detail callback. @param ktvManager Refer to ByteRTCKTVManager{@link #ByteRTCKTVManager}. @param music Music information. See ByteRTCMusicInfo{@link #ByteRTCMusicInfo}. @param errorCode Error code. The value 0 indicates success. For the indications of other values, see ByteRTCKTVErrorCode{@link #ByteRTCKTVErrorCode}.

Implementation

FutureOr<void> ktvManager$onMusicDetailResult$errorCode(
    ByteRTCKTVManager ktvManager,
    ByteRTCMusicInfo music,
    ByteRTCKTVErrorCode errorCode) async {}