Module vcr4j.core

Class ShuttleCmd

All Implemented Interfaces:
VideoCommand<Double>

public class ShuttleCmd extends SimpleVideoCommand<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 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.