Uses of Interface
org.mbari.vcr4j.VideoIO
Packages that use VideoIO
-
Uses of VideoIO in org.mbari.vcr4j
Classes in org.mbari.vcr4j that implement VideoIOModifier and TypeClassDescriptionclassSimpleVideoIO<S extends VideoState,E extends VideoError> Sometimes you need a VideoIO object that is an amalgam of observables from different sources.Methods in org.mbari.vcr4j that return VideoIOConstructors in org.mbari.vcr4j with parameters of type VideoIO -
Uses of VideoIO in org.mbari.vcr4j.decorators
Classes in org.mbari.vcr4j.decorators that implement VideoIOModifier and TypeClassDescriptionclassSchedulerVideoIO<S extends VideoState,E extends VideoError> Decorator that moves the IO off of the currently executing thread.Constructors in org.mbari.vcr4j.decorators with parameters of type VideoIOModifierConstructorDescriptionLoggingDecorator(VideoIO<S, E> io) SchedulerVideoIO(VideoIO<S, E> io, io.reactivex.rxjava3.core.Scheduler scheduler) SchedulerVideoIO(VideoIO<S, E> io, Executor executor) StatusDecorator(VideoIO<S, E> io) VCRSyncDecorator(VideoIO<S, E> io) VCRSyncDecorator(VideoIO<S, E> io, long statusInterval, long timecodeInterval, long timestampInterval) VideoSyncDecorator(VideoIO<S, E> io) VideoSyncDecorator(VideoIO<S, E> io, long statusInterval, long indexInterval)