|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gstreamer.lowlevel.NativeValue
org.gstreamer.interfaces.GstInterface
org.gstreamer.interfaces.XOverlay
public class XOverlay
Interface for elements providing tuner operations
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.gstreamer.interfaces.GstInterface |
|---|
GstInterface.ListElementCreator<E> |
| Field Summary |
|---|
| Fields inherited from class org.gstreamer.interfaces.GstInterface |
|---|
element, handle |
| Constructor Summary | |
|---|---|
protected |
XOverlay(Element element)
Creates a new XOverlay instance |
| Method Summary | |
|---|---|
void |
expose()
Tell an overlay that it has been exposed. |
void |
handleEvent(boolean handle_events)
Tell an overlay that it should handle events from the window system. |
void |
setWindowID(java.awt.Component window)
Sets the native window for the Element to use to display video. |
void |
setWindowID(long handle)
Sets the native window for the Element to use to display video. |
static XOverlay |
wrap(Element element)
Wraps the Element in a XOverlay interface |
| Methods inherited from class org.gstreamer.interfaces.GstInterface |
|---|
nativeValue, objectList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected XOverlay(Element element)
element - the element that implements the tuner interface| Method Detail |
|---|
public static XOverlay wrap(Element element)
Element in a XOverlay interface
element - the element to use as a XOverlay
public void setWindowID(long handle)
Element to use to display video.
handle - A native handle to use to display video.public void setWindowID(java.awt.Component window)
Element to use to display video.
window - A native window to use to display video, or null to
stop using the previously set window.public void expose()
public void handleEvent(boolean handle_events)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||