Package gluebooster.basic.audio

Examples of gluebooster.basic.audio.RunnableClip


   */
  @SuppressWarnings("unchecked")
private RunnableClip getSoundclip(String clipname) throws Exception
  {
    Iterator<InputStream> clipFactory = (Iterator<InputStream>) getObject(clipname);
    return new RunnableClip( ClipBooster.createClip(clipFactory.next()));

  }
View Full Code Here

TOP

Related Classes of gluebooster.basic.audio.RunnableClip

Copyright © 2018 www.massapicom. 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.