Example #1
0
 public void onClick(View v) {
   HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "queue_tv", "twee");
   MpgX_G1.refreshPlayList();
 }
Example #2
0
 public void onClick(View v) {
   HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "set_volume", "+5");
 }
Example #3
0
 public void onClick(View v) {
   HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "shuffle", "");
   MpgX_G1.refreshPlayList();
 }
Example #4
0
 public void onClick(View v) {
   HTTP_Request.fast_post(MpgX_G1.MpgX_Server, "pause", "");
 }