Example #1
0
ez_b.StopAudio = function(){
    ez_b.client("StopAudio()\n");   
}
Example #2
0
ez_b.Pause = function(){
    ez_b.client("Pause()\n");   
}
Example #3
0
ez_b.Halt = function(){
    ez_b.client("Halt()\n");
}