api/bytertc_ktv_manager_api library
Classes
- RTCKTVManager
- KTV 管理接口类
- RTCKTVManagerEventHandler
- KTV 事件回调类
Typedefs
- OnClearCacheResultType = void Function(KTVErrorCode errorCode)
- 
    errorCode:错误码。非 0 为失败。
- 
    OnHotMusicResultType
      = void Function(List<HotMusicInfo> ? hotMusics, KTVErrorCode errorCode)
- 
    hotMusics:热榜歌曲数据数组
- OnMusicDetailResultType = void Function(MusicInfo? musicInfo, KTVErrorCode errorCode)
- 
    musicInfo:歌曲数据
- 
    OnMusicListResultType
      = void Function(List<MusicInfo> ? musicInfos, int totalSize, KTVErrorCode errorCode)
- 
    musicInfos:歌曲数据数组