|
||||||||||
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.Mixer
public class Mixer
Interface for elements that provide mixer 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 | |
---|---|
java.util.List<MixerTrack> |
getTracks()
Gets a list of available tracks for this mixer/element. |
static Mixer |
wrap(Element element)
Wraps the Element in a Mixer interface |
Methods inherited from class org.gstreamer.interfaces.GstInterface |
---|
getElement, 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 Mixer wrap(Element element)
Element
in a Mixer interface
element
- the element to use as a Mixer
public java.util.List<MixerTrack> getTracks()
Note that it is allowed for sink (output) elements to only provide the output tracks in this list. Likewise, for sources (inputs), it is allowed to only provide input elements in this list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |