public interface INodeExVideo
Modifier and Type | Interface and Description |
---|---|
static class |
INodeExVideo.VideoState
The enumeration of the state of the video.
|
Modifier and Type | Method and Description |
---|---|
boolean |
fastForward() |
boolean |
fastReverse() |
double |
getCurrentPosition() |
INodeExVideo.VideoState |
getCurrentState() |
INodeEx |
getReferenceNode() |
double |
getTotalLength() |
String |
getVideoURL() |
boolean |
nextTrack() |
boolean |
pauseMedia() |
boolean |
playMedia() |
boolean |
previousTrack() |
boolean |
setCurrentPosition(double pos) |
boolean |
stopMedia() |
INodeExVideo.VideoState getCurrentState()
boolean previousTrack()
boolean nextTrack()
boolean stopMedia()
boolean playMedia()
boolean pauseMedia()
boolean fastReverse()
boolean fastForward()
double getCurrentPosition()
boolean setCurrentPosition(double pos)
double getTotalLength()
INodeEx getReferenceNode()
String getVideoURL()