Example usage for Java javafx.scene.media AudioClip fields, constructors, methods, implement or subclass
The text is from its open source code.
AudioClip(@NamedArg("source") String source) Create an AudioClip loaded from the supplied source URL. |
void | play() Play the AudioClip using all the default parameters. |
void | play(double volume, double balance, double rate, double pan, int priority) Play the AudioClip using the given parameters. |
void | play(double volume) Play the AudioClip using all the default parameters except volume. |