java.lang.Object
org.mbari.vcr4j.sharktopoda.SharktopodaState
- All Implemented Interfaces:
VideoState
- Since:
- 2016-08-25T16:40:00
- Author:
- Brian Schlining
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanstatic SharktopodaState
-
Constructor Details
-
SharktopodaState
-
-
Method Details
-
getState
-
isConnected
public boolean isConnected()- Specified by:
isConnectedin interfaceVideoState
-
isCueingUp
public boolean isCueingUp()- Specified by:
isCueingUpin interfaceVideoState
-
isFastForwarding
public boolean isFastForwarding()- Specified by:
isFastForwardingin interfaceVideoState
-
isPlaying
public boolean isPlaying()- Specified by:
isPlayingin interfaceVideoState
-
isReverseDirection
public boolean isReverseDirection()- Specified by:
isReverseDirectionin interfaceVideoState
-
isRewinding
public boolean isRewinding()- Specified by:
isRewindingin interfaceVideoState
-
isShuttling
public boolean isShuttling()- Specified by:
isShuttlingin interfaceVideoState
-
isStopped
public boolean isStopped()- Specified by:
isStoppedin interfaceVideoState
-
parse
-