Examples of PlayMultimediaAction


Examples of org.peripheralware.karotz.action.multimedia.PlayMultimediaAction

    }
  }

  private void playSound(KarotzActionPublisher actionPublisher, String soundUrl, long lenght) throws KarotzException,
      InterruptedException {
    PlayMultimediaAction action = new PlayMultimediaAction(soundUrl);
    actionPublisher.performAction(action);
    Thread.sleep(lenght + 2000); // +2 seconds if karotz has a slower internet connection.
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.