Module vcr4j.core

Class SimpleVideoCommand<A>

java.lang.Object
org.mbari.vcr4j.commands.SimpleVideoCommand<A>
All Implemented Interfaces:
VideoCommand<A>
Direct Known Subclasses:
InjectVideoIndexCmd, SeekElapsedTimeCmd, SeekTimecodeCmd, SeekTimestampCmd, ShuttleCmd

public class SimpleVideoCommand<A> extends Object implements VideoCommand<A>
  • Constructor Details

    • SimpleVideoCommand

      public SimpleVideoCommand(String name, A value)
  • Method Details