Module vcr4j.core

Class InjectVideoIndexCmd

java.lang.Object
org.mbari.vcr4j.commands.SimpleVideoCommand<VideoIndex>
org.mbari.vcr4j.commands.InjectVideoIndexCmd
All Implemented Interfaces:
VideoCommand<VideoIndex>

public class InjectVideoIndexCmd extends SimpleVideoCommand<VideoIndex>
Occasionally, we need to force a video index. VideoIO's that support this should just add the contained value to the index subject so it can be passed on in the indexObservable
  • Constructor Details

    • InjectVideoIndexCmd

      public InjectVideoIndexCmd(String name, VideoIndex value)