public class Mixer extends GstInterface
GstInterface.ListElementCreator<E>
element, handle
Modifier and Type | Method and Description |
---|---|
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 |
getElement, nativeValue, objectList
public static final Mixer wrap(Element element)
Element
in a Mixer interfaceelement
- the element to use as a Mixerpublic 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.