- All Implemented Interfaces:
VideoCommand<Double>
A command to tell the video to shuttle forward (+ values) or backwards (- values). This class
excepts values between -1 and 1. ! being the maximum rate supported by the video. Your
VideoIO implementation should convert that to the appropriate values.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mbari.vcr4j.commands.SimpleVideoCommand
getName, getValue
-
Constructor Details
-
ShuttleCmd
public ShuttleCmd(double rate) - Parameters:
rate- -1 <= rate <= 1. 1 represents the maximum shuttle rate for the device. Your VideoIO implementation should convert this representation to the appropriate value.
-