Package org.jmol.util
Class JmolAudio
java.lang.Object
org.jmol.util.JmolAudio
- All Implemented Interfaces:
EventListener
,LineListener
,JmolAudioPlayer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Execute an action from load audio "xxxxx.wav" filter "id=a1 action=xxx"void
WAV only for applicationvoid
processUpdate
(String type) In JavaScript, this is called directly from the page in response to events; in Java it is called from the audio player via update(LineEvent).void
-
Constructor Details
-
JmolAudio
public JmolAudio()
-
-
Method Details
-
playAudio
WAV only for application- Parameters:
vwr
-htParams
-
-
update
- Specified by:
update
in interfaceLineListener
-
processUpdate
In JavaScript, this is called directly from the page in response to events; in Java it is called from the audio player via update(LineEvent).- Specified by:
processUpdate
in interfaceJmolAudioPlayer
- Parameters:
type
-
-
action
Execute an action from load audio "xxxxx.wav" filter "id=a1 action=xxx"- Specified by:
action
in interfaceJmolAudioPlayer
- Parameters:
action
- start -- back to the beginning and olay loop -- loop indefinitely (JavaScript) or up to 10 times (Java) and play play -- start from current position; opposite of PAUSE pause -- opposite of PLAY (not implemented: position-nn reposition to nnn ms) close -- close player
-