|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VideoIntf
| Method Summary | |
|---|---|
void |
destroyVideo()
Destroys video output, but the item continues to play. |
boolean |
getFullscreen()
|
int |
getHeight()
|
java.awt.Dimension |
getSize()
Get the size of the video output window as a Dimension object. |
void |
getSnapshot(java.lang.String filename)
Saves a snapshot of the current video window in the file specified in filename. |
int |
getWidth()
|
void |
reparent(java.awt.Component c)
Moves video output from the current Canvas to another. |
void |
setFullscreen(boolean fullscreen)
Sets fullscreen if fullscreen argument is true. |
void |
setSize(java.awt.Dimension d)
Resizes video output to width and height. |
void |
setSize(int width,
int height)
Resizes video output to width and height. |
void |
toggleFullscreen()
Toggles the fullscreen for the playing video. |
| Method Detail |
|---|
void toggleFullscreen()
throws VLCException
VLCException
void setFullscreen(boolean fullscreen)
throws VLCException
fullscreen -
VLCException
boolean getFullscreen()
throws VLCException
VLCException
void getSnapshot(java.lang.String filename)
throws VLCException
filename - The full path (including filename) were to save the snapshot to.
If you only give a path, not including the filename, the snapshot will be saved in
the specified path using vlc naming conventions.
VLCException
int getHeight()
throws VLCException
VLCException
int getWidth()
throws VLCException
VLCException
java.awt.Dimension getSize()
throws VLCException
VLCException
void destroyVideo()
throws VLCException
VLCException
void reparent(java.awt.Component c)
throws VLCException
c -
VLCException
void setSize(int width,
int height)
throws VLCException
width - The new video output widthheight - The new video output height
VLCException
void setSize(java.awt.Dimension d)
throws VLCException
d - The new size of video
VLCException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||