com.fluendo.plugin
Class Overlay
java.lang.Object
com.fluendo.jst.Object
com.fluendo.jst.Element
com.fluendo.plugin.Overlay
- Direct Known Subclasses:
- KateOverlay, TextOverlay
public class Overlay
- extends Element
This is a base overlay element, just passes images from sink to source.
Extend this and override the overlay function to draw something onto
images as they go from sink to source.
| Fields inherited from class com.fluendo.jst.Element |
ASYNC, ELEMENT_FLAG_LAST, FAILURE, FLAG_IS_SINK, NO_PREROLL, NONE, PAUSE, PAUSE_PLAY, PAUSE_STOP, PLAY, PLAY_PAUSE, stateReturnNames, STOP, STOP_PAUSE, SUCCESS |
| Methods inherited from class com.fluendo.jst.Element |
abortState, addPad, addPadListener, continueState, enumPads, getBus, getClock, getMime, getPad, getState, getStateName, getStateNext, getStateReturnName, getTransition, getTransitionCurrent, getTransitionNext, lostState, noMorePads, postMessage, query, removePad, removePadListener, requestSinkPad, sendEvent, setBus, setClock, setState, toString, typeFind |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Overlay
public Overlay()
setProperty
public boolean setProperty(java.lang.String name,
java.lang.Object value)
- Overrides:
setProperty in class Object
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Overrides:
getProperty in class Object
getFactoryName
public java.lang.String getFactoryName()
- Specified by:
getFactoryName in class Element