Package 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
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.
-
Field Summary
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
Fields inherited from class com.fluendo.jst.Object
OBJECT_FLAG_LAST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name) boolean
setProperty
(String name, Object value) 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
-
Constructor Details
-
Overlay
public Overlay()
-
-
Method Details
-
setProperty
- Overrides:
setProperty
in classObject
-
getProperty
- Overrides:
getProperty
in classObject
-
getFactoryName
- Specified by:
getFactoryName
in classElement
-