vrtalk-web-sdk 0.1.197 → 0.1.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { VrAudio } from '../../model';
|
|
1
|
+
import { VrAudio, VrAudioList } from '../../model';
|
|
2
2
|
import { VRTalkEditablePlayer } from '../vrtalk-editable-player';
|
|
3
3
|
export declare class ParentComCommandAudio {
|
|
4
4
|
private player;
|
|
5
5
|
constructor(player: VRTalkEditablePlayer);
|
|
6
6
|
/**
|
|
7
7
|
* 命令播放器更新音频列表
|
|
8
|
-
* @param
|
|
8
|
+
* @param audioList 音频列表信息
|
|
9
9
|
*/
|
|
10
|
-
sendAudioListUpdate(
|
|
10
|
+
sendAudioListUpdate(audioList: VrAudioList): void;
|
|
11
11
|
/**
|
|
12
12
|
* 命令播放器删除音频列表
|
|
13
13
|
* @param audioListId 音频列表ID
|