| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.elements |
| Modifier and Type | Class and Description |
|---|---|
class |
GhostPad
Pseudo link pads.
|
| Modifier and Type | Method and Description |
|---|---|
Pad |
Pad.getPeer()
Get the peer of this pad.
|
Pad |
Element.getRequestPad(String name)
Retrieves a pad from the element by name.
|
Pad |
Element.getStaticPad(String padname)
Retrieves a pad from the element by name.
|
Pad |
GhostPad.getTarget()
Get the target pad of this ghostpad.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pad> |
Element.getPads()
Retrieves a list of the element's pads.
|
List<Pad> |
Element.getSinkPads()
Retrieves a list of the element's sink pads.
|
List<Pad> |
Element.getSrcPads()
Retrieves a list of the element's source pads.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Element.addPad(Pad pad)
Adds a
Pad (link point) to the Element. |
PadProbeReturn |
Pad.DATA_PROBE.dataReceived(Pad pad,
Buffer buffer) |
PadProbeReturn |
Pad.EVENT_PROBE.eventReceived(Pad pad,
Event event) |
void |
Pad.link(Pad sink)
Links this source pad and a sink pad.
|
void |
Pad.LINKED.linked(Pad pad,
Pad peer)
Called when a
Pad is linked to another Pad. |
void |
Element.PAD_ADDED.padAdded(Element element,
Pad pad)
Called when a new
Pad is added to an Element. |
void |
Element.PAD_REMOVED.padRemoved(Element element,
Pad pad)
Called when a new
Pad is removed from an Element. |
PadProbeReturn |
Pad.PROBE.probeCallback(Pad pad,
PadProbeInfo info)
Callback used by
#addProbe(java.util.EnumSet, org.freedesktop.gstreamer.Pad.PROBE). |
void |
Element.releaseRequestPad(Pad pad)
Frees the previously requested pad obtained via
Element.getRequestPad(java.lang.String). |
boolean |
Element.removePad(Pad pad)
Remove a
Pad from the element. |
boolean |
GhostPad.setTarget(Pad pad)
Set the new target of the ghostpad.
|
boolean |
Pad.unlink(Pad pad)
Unlinks the source pad from the sink pad.
|
void |
Pad.UNLINKED.unlinked(Pad pad,
Pad peer)
Called when a
Pad is unlinked from another Pad. |
| Constructor and Description |
|---|
GhostPad(String name,
Pad target)
Create a new ghostpad with target as the target.
|
GhostPad(String name,
Pad target,
PadTemplate template)
Create a new ghostpad with target as the target.
|
| Modifier and Type | Method and Description |
|---|---|
Pad |
PlayBin.getAudioPad(int audioStreamIndex)
Retrieve the stream-combiner sinkpad for a specific text stream.
|
Pad |
PlayBin.getTextPad(int textStreamIndex)
Retrieve the stream-combiner sinkpad for a specific text stream.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DecodeBin.AUTOPLUG_CONTINUE.autoplugContinue(DecodeBin element,
Pad pad,
Caps caps)
Autoplug continue signal.
|
boolean |
URIDecodeBin.AUTOPLUG_CONTINUE.autoplugContinue(URIDecodeBin element,
Pad pad,
Caps caps)
Autoplug continue signal.
|
Optional<List<ElementFactory>> |
DecodeBin.AUTOPLUG_FACTORIES.autoplugFactories(DecodeBin element,
Pad pad,
Caps caps) |
Optional<List<ElementFactory>> |
URIDecodeBin.AUTOPLUG_FACTORIES.autoplugFactories(URIDecodeBin element,
Pad pad,
Caps caps) |
boolean |
DecodeBin.AUTOPLUG_QUERY.autoplugQuery(DecodeBin element,
Pad pad,
Element child,
Query query) |
boolean |
URIDecodeBin.AUTOPLUG_QUERY.autoplugQuery(URIDecodeBin element,
Pad pad,
Element child,
Query query) |
DecodeBin.AutoplugSelectResult |
DecodeBin.AUTOPLUG_SELECT.autoplugSelect(DecodeBin element,
Pad pad,
Caps caps,
ElementFactory factory) |
URIDecodeBin.AutoplugSelectResult |
URIDecodeBin.AUTOPLUG_SELECT.autoplugSelect(URIDecodeBin element,
Pad pad,
Caps caps,
ElementFactory factory) |
Optional<List<ElementFactory>> |
DecodeBin.AUTOPLUG_SORT.autoplugSort(DecodeBin element,
Pad pad,
Caps caps,
List<ElementFactory> factories)
Autoplug sort
|
Optional<List<ElementFactory>> |
URIDecodeBin.AUTOPLUG_SORT.autoplugSort(URIDecodeBin element,
Pad pad,
Caps caps,
List<ElementFactory> factories)
Autoplug sort
|
void |
DecodeBin.UNKNOWN_TYPE.unknownType(DecodeBin element,
Pad pad,
Caps caps) |
void |
URIDecodeBin.UNKNOWN_TYPE.unknownType(URIDecodeBin element,
Pad pad,
Caps caps) |
Copyright © 2021 gstreamer-java. All rights reserved.