AlexWang

music停止

@@ -166,13 +166,14 @@ class MusicSharedApe extends Ape { @@ -166,13 +166,14 @@ class MusicSharedApe extends Ape {
166 } 166 }
167 //清除当前媒体文件模块的数据 167 //清除当前媒体文件模块的数据
168 clearData() { 168 clearData() {
169 - loger.log("clearData->")  
170 - this.musicSharedList = {};  
171 - GlobalConfig.activeMusicId = 0;  
172 - GlobalConfig.activeMusicSeek = 1; 169 + loger.log("clearData->")
  170 + this.musicSharedList = {};
  171 + GlobalConfig.activeMusicId = 0;
  172 + GlobalConfig.activeMusicSeek = 1;
173 173
174 - }  
175 - //更新媒体文件(播放,暂停,停止,seek) 174 + }
  175 +
  176 + //更新媒体文件(播放,暂停,停止,seek)
176 musicSharedUpdate(_param) { 177 musicSharedUpdate(_param) {
177 if (_param == null || _param.itemIdx == null) { 178 if (_param == null || _param.itemIdx == null) {
178 loger.warn('媒体文件更新失败->参数错误', _param); 179 loger.warn('媒体文件更新失败->参数错误', _param);
@@ -769,7 +769,7 @@ message RCMusicSharedSendDataModelPdu { @@ -769,7 +769,7 @@ message RCMusicSharedSendDataModelPdu {
769 optional string fileId=8;//文件在服务器数据库中的唯一id 769 optional string fileId=8;//文件在服务器数据库中的唯一id
770 optional string file_name=9;//文件的名字 770 optional string file_name=9;//文件的名字
771 optional uint32 seek=10;//seek 771 optional uint32 seek=10;//seek
772 - optional uint32 mediaVolume=11;//音量 772 + optional uint32 musicVolume=11;//音量
773 } 773 }
774 774
775 message RCDocBroadcastDataRequestPdu { 775 message RCDocBroadcastDataRequestPdu {