ktvManager$onSearchMusicResult$totalSize$errorCode method
FutureOr<void>
ktvManager$onSearchMusicResult$totalSize$errorCode(
- ByteRTCKTVManager ktvManager,
- NSArray<
ByteRTCMusicInfo> musics, - int totalSize,
- ByteRTCKTVErrorCode errorCode,
@detail callback @author lihuan.wuti2ha @brief 搜索歌曲结果回调。 @param ktvManager 参考 ByteRTCKTVManager{@link #ByteRTCKTVManager}。 @param musics 歌曲数据数组,参看 ByteRTCMusicInfo{@link #ByteRTCMusicInfo}。 @param totalSize 数据条目总数。 @param errorCode 错误码,成功时返回 0,其余值参看 ByteRTCKTVErrorCode{@link #ByteRTCKTVErrorCode}。
Implementation
FutureOr<void> ktvManager$onSearchMusicResult$totalSize$errorCode(
ByteRTCKTVManager ktvManager,
NSArray<ByteRTCMusicInfo> musics,
int totalSize,
ByteRTCKTVErrorCode errorCode) async {}