Class MovieDecoder.SetRateAction
java.lang.Object
org.web3d.vrml.renderer.common.input.movie.MovieDecoder.SetRateAction
- All Implemented Interfaces:
MovieDecoder.Action
- Enclosing class:
MovieDecoder
This action class sets the playback rate.
It should be called on a stopped processor. It
will wait until the processor is realized.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetRateAction
public SetRateAction(float newSpeed)
-
-
Method Details
-
run
public void run()Sets the playback rate on a stopped processor.- Specified by:
run
in interfaceMovieDecoder.Action
-