|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputIntf
| Method Summary | |
|---|---|
double |
getFPS()
Gets the current playing item frames per second (FPS) value. |
long |
getLength()
Gets the length in milliseconds for the currently running input. |
float |
getPosition()
Gets the current position on a scale from 0 to 1 for the currently running input. |
long |
getTime()
Gets the current position in milliseconds for the currently running input. |
boolean |
hasVout()
This method is used to know if the currently playing item has spawned a video output window. |
boolean |
isPlaying()
Gets the status of the current input. |
void |
setPosition(float value)
Moves current input to position specified in a float on a scale from 0 to 1. |
void |
setTime(long value)
Moves current input to the specified time (in milliseconds). |
| Method Detail |
|---|
long getLength()
throws VLCException
VLCException
long getTime()
throws VLCException
VLCException
float getPosition()
throws VLCException
VLCException
void setPosition(float value)
throws VLCException
value - The position, from 0 to 1, to move the input to.
VLCException
void setTime(long value)
throws VLCException
value - The time in milliseconds to move the input to.
VLCException
double getFPS()
throws VLCException
VLCException
boolean isPlaying()
throws VLCException
VLCException
boolean hasVout()
throws VLCException
VLCException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||