|
||||||||||
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 |
Method Summary | |
---|---|
void |
expose()
Tell an overlay that it has been exposed. |
void |
setWindowID(java.awt.Component window)
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 |
Method Detail |
---|
public static final XOverlay wrap(Element element)
Element
in a XOverlay interface
element
- the element to use as a XOverlay
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |