|  SKYENGINE API  
      参考手册返回目录 | 
  
 int32 mr_stopSound (int 
type) 
   音频类型,取值可以为:    
        MR_SOUND_MIDI,    
        MR_SOUND_WAV,   
         MR_SOUND_MP3,
  
  
     
       
Description
停止播放音频。
Parameters
  
    
    
       
    Name 
      Description 
       type 
      
         
MR_SUCCESS 成功
MR_FAILED 失败
调用mr_playSound播放音频,调用mr_stopSound停止播放音频。
/*mrp code*/
mr_stopSoundEx( MR_SOUND_MIDI );