ktvManager$onMusicDetailResult$errorCode method
FutureOr<void>
ktvManager$onMusicDetailResult$errorCode(
- ByteRTCKTVManager ktvManager,
- ByteRTCMusicInfo music,
- ByteRTCKTVErrorCode errorCode
@detail callback @author lihuan.wuti2ha @brief 歌曲详细信息回调。 @param ktvManager 参考 ByteRTCKTVManager{@link #ByteRTCKTVManager}。 @param music 歌曲数据,参看 ByteRTCMusicInfo{@link #ByteRTCMusicInfo}。 @param errorCode 错误码,成功时返回 0,其余值参看 ByteRTCKTVErrorCode{@link #ByteRTCKTVErrorCode}。
Implementation
FutureOr<void> ktvManager$onMusicDetailResult$errorCode(
ByteRTCKTVManager ktvManager,
ByteRTCMusicInfo music,
ByteRTCKTVErrorCode errorCode) async {}