Uses of Interface
org.mbari.vcr4j.VideoState
Packages that use VideoState
-
Uses of VideoState in org.mbari.vcr4j
Classes in org.mbari.vcr4j with type parameters of type VideoStateModifier and TypeClassDescriptionclassSimpleVideoIO<S extends VideoState,E extends VideoError> Sometimes you need a VideoIO object that is an amalgam of observables from different sources.classVideoController<S extends VideoState,E extends VideoError> interfaceVideoIO<S extends VideoState,E extends VideoError> -
Uses of VideoState in org.mbari.vcr4j.decorators
Classes in org.mbari.vcr4j.decorators with type parameters of type VideoStateModifier and TypeClassDescriptionclassLoggingDecorator<S extends VideoState,E extends VideoError> Logs the errors, indices, state, and commands for a VideoIOclassSchedulerVideoIO<S extends VideoState,E extends VideoError> Decorator that moves the IO off of the currently executing thread.classStatusDecorator<S extends VideoState,E extends VideoError> The VideoIO simply executes the commands send.classVCRSyncDecorator<S extends VideoState,E extends VideoError> This decorator keeps the state, timecodes, and timestamps up to date by scheduling requests frequently.classVideoSyncDecorator<S extends VideoState,E extends VideoError> This decorator schedules requests for status and video index frequently for keepin a UI's state in sync with the videoConstructors in org.mbari.vcr4j.decorators with parameters of type VideoState