Examples of goToBeginning()


Examples of codeanticode.gsvideo.GSMovie.goToBeginning()

  /**
   * Go to beginning.
   */
  public void goToBeginning() {
    GSMovie movie = getMovie();
    movie.goToBeginning();
  }
 
  /**
   * Change the volume. Values are from 0 to 1.
   * @param v the new volume
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.