MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / Stop

Method Stop

src/pkgDm/Dm2Java.java:2601–2603  ·  view source on GitHub ↗

停止指定的音乐. @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

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected