AlexWang

music停止

@@ -172,6 +172,7 @@ class MusicSharedApe extends Ape { @@ -172,6 +172,7 @@ class MusicSharedApe extends Ape {
172 GlobalConfig.activeMusicSeek = 1; 172 GlobalConfig.activeMusicSeek = 1;
173 173
174 } 174 }
  175 +
175 //更新媒体文件(播放,暂停,停止,seek) 176 //更新媒体文件(播放,暂停,停止,seek)
176 musicSharedUpdate(_param) { 177 musicSharedUpdate(_param) {
177 if (_param == null || _param.itemIdx == null) { 178 if (_param == null || _param.itemIdx == null) {
@@ -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 {