public void onClick(View v) { HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "queue_tv", "twee"); MpgX_G1.refreshPlayList(); }
public void onClick(View v) { HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "set_volume", "+5"); }
public void onClick(View v) { HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "shuffle", ""); MpgX_G1.refreshPlayList(); }
public void onClick(View v) { HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "pause", ""); }