Skip to content

Commit d7915d1

Browse files
[AUTO] Generate comments by iris-doc (#1010)
Co-authored-by: Nero-Hu <[email protected]>
1 parent 025d68c commit d7915d1

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

ts/Private/IAgoraMusicContentCenter.ts

+2-9
Original file line numberDiff line numberDiff line change
@@ -377,19 +377,12 @@ export abstract class IMusicContentCenter {
377377
abstract preload(songCode: number, jsonOption?: string): number;
378378

379379
/**
380-
* 删除已缓存的音乐资源。
381-
* 你可以调用该方法删除某一已缓存的音乐资源,如需删除多个音乐资源,你可以多次调用该方法。 The cached media file currently being played will not be deleted.
382-
*
383-
* @param songCode 待删除的音乐资源的编号。
384-
*
385-
* @returns
386-
* 0: 方法调用成功,音乐资源已删除。< 0: Failure.
380+
* @ignore
387381
*/
388382
abstract removeCache(songCode: number): number;
389383

390384
/**
391-
* 获取已缓存的音乐资源信息。
392-
* 当你不再需要使用已缓存的音乐资源时,你需要及时释放内存以防止内存泄漏。
385+
* @ignore
393386
*/
394387
abstract getCaches(): { cacheInfo: MusicCacheInfo[]; cacheInfoSize: number };
395388

0 commit comments

Comments
 (0)