JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ddf.minim
Interface Triggerable
All Known Implementing Classes:
AudioSample
public interface
Triggerable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
stop
()
Stops all sound being produced.
void
trigger
()
Triggers the sound to play once.
Method Detail
trigger
void trigger()
Triggers the sound to play once. Can be called again before the sound finishes playing.
stop
void stop()
Stops all sound being produced.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method