Package com.fluendo.plugin
Class Queue
- java.lang.Object
-
- com.fluendo.jst.Object
-
- com.fluendo.jst.Element
-
- com.fluendo.plugin.Queue
-
public class Queue extends Element
-
-
Field Summary
Fields Modifier and Type Field Description static int
LEAK_DOWNSTREAM
static int
LEAK_UPSTREAM
static int
NO_LEAK
-
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 Constructor Description Queue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFactoryName()
java.lang.Object
getProperty(java.lang.String name)
boolean
setProperty(java.lang.String name, java.lang.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
-
-
-
-
Field Detail
-
NO_LEAK
public static final int NO_LEAK
- See Also:
- Constant Field Values
-
LEAK_UPSTREAM
public static final int LEAK_UPSTREAM
- See Also:
- Constant Field Values
-
LEAK_DOWNSTREAM
public static final int LEAK_DOWNSTREAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFactoryName
public java.lang.String getFactoryName()
- Specified by:
getFactoryName
in classElement
-
setProperty
public boolean setProperty(java.lang.String name, java.lang.Object value)
- Overrides:
setProperty
in classObject
-
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Overrides:
getProperty
in classObject
-
-