Uses of Interface
org.mbari.vcr4j.VideoCommand
Packages that use VideoCommand
-
Uses of VideoCommand in org.mbari.vcr4j
Methods in org.mbari.vcr4j with type parameters of type VideoCommandModifier and TypeMethodDescription<A extends VideoCommand<?>>
voidSimpleVideoIO.send(A videoCommand) <A extends VideoCommand>
voidVideoController.send(A command) <A extends VideoCommand<?>>
voidVideoIO.send(A videoCommand) Send a command to the video playerMethods in org.mbari.vcr4j that return types with arguments of type VideoCommandModifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.Subject<VideoCommand<?>>SimpleVideoIO.getCommandSubject()io.reactivex.rxjava3.subjects.Subject<VideoCommand<?>>VideoIO.getCommandSubject()We foresee needing to chain several VideoIO services together.Optional<VideoCommand<?>>SimpleVideoError.getVideoCommand()Optional<VideoCommand<?>>VideoError.getVideoCommand()Constructors in org.mbari.vcr4j with parameters of type VideoCommandConstructor parameters in org.mbari.vcr4j with type arguments of type VideoCommandModifierConstructorDescriptionSimpleVideoIO(String connectionID, io.reactivex.rxjava3.subjects.Subject<VideoCommand<?>> commandSubject, io.reactivex.rxjava3.core.Observable<S> stateObservable, io.reactivex.rxjava3.core.Observable<E> errorObservable, io.reactivex.rxjava3.core.Observable<VideoIndex> indexObservable) -
Uses of VideoCommand in org.mbari.vcr4j.commands
Classes in org.mbari.vcr4j.commands that implement VideoCommandModifier and TypeClassDescriptionclassOccasionally, we need to force a video index.classclassclassclassA command to tell the video to shuttle forward (+ values) or backwards (- values).classenum -
Uses of VideoCommand in org.mbari.vcr4j.decorators
Fields in org.mbari.vcr4j.decorators with type parameters of type VideoCommandModifier and TypeFieldDescriptionprotected final io.reactivex.rxjava3.core.Observer<VideoCommand>LoggingDecorator.commandSubscriberMethods in org.mbari.vcr4j.decorators that return types with arguments of type VideoCommandModifier and TypeMethodDescriptionio.reactivex.rxjava3.subjects.Subject<VideoCommand<?>>SchedulerVideoIO.getCommandSubject()Methods in org.mbari.vcr4j.decorators with parameters of type VideoCommandConstructors in org.mbari.vcr4j.decorators with parameters of type VideoCommand