Method
Stop
停止指定的音乐. @param id Play返回的播放id. @return 0: 失败 1: 成功
(int id)
Source from the content-addressed store, hash-verified
| 2599 | * @return 0: 失败 1: 成功 |
| 2600 | */ |
| 2601 | public int Stop(int id){ |
| 2602 | return Dispatch.call(dm,"Stop",id).getInt(); |
| 2603 | } |
| 2604 | |
| 2605 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected