|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pad | |
---|---|
org.gstreamer | |
org.gstreamer.elements |
Uses of Pad in org.gstreamer |
---|
Subclasses of Pad in org.gstreamer | |
---|---|
class |
GhostPad
Pseudo link pads. |
Methods in org.gstreamer that return Pad | |
---|---|
Pad |
Element.getPad(java.lang.String padname)
Deprecated. Use Element.getStaticPad(java.lang.String) |
Pad |
Pad.getPeer()
Get the peer of this pad. |
Pad |
Element.getRequestPad(java.lang.String name)
Retrieves a pad from the element by name. |
Pad |
Element.getStaticPad(java.lang.String padname)
Retrieves a pad from the element by name. |
Pad |
GhostPad.getTarget()
Get the target pad of this ghostpad. |
Methods in org.gstreamer that return types with arguments of type Pad | |
---|---|
java.util.List<Pad> |
Element.getPads()
Retrieves a list of the element's pads. |
java.util.List<Pad> |
Element.getSinkPads()
Retrieves a list of the element's sink pads. |
java.util.List<Pad> |
Element.getSrcPads()
Retrieves a list of the element's source pads. |
Methods in org.gstreamer with parameters of type Pad | |
---|---|
boolean |
Element.addPad(Pad pad)
Adds a Pad (link point) to the Element. |
void |
Pad.EVENT_PROBE.eventReceived(Pad pad,
Event event)
|
void |
Element.HANDOFF.handoff(Element element,
Buffer buffer,
Pad pad)
Called when an Element has a Buffer ready. |
void |
Pad.HAVE_DATA.haveData(Pad pad,
MiniObject data)
Called when a Pad has data available. |
PadLinkReturn |
Pad.link(Pad pad)
Links this 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. |
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. |
void |
Pad.REQUEST_LINK.requestLink(Pad pad,
Pad peer)
Called when a pad connection has been requested. |
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. |
Constructors in org.gstreamer with parameters of type Pad | |
---|---|
GhostPad(java.lang.String name,
Pad target)
Create a new ghostpad with target as the target. |
|
GhostPad(java.lang.String name,
Pad target,
PadTemplate template)
Create a new ghostpad with target as the target. |
Uses of Pad in org.gstreamer.elements |
---|
Methods in org.gstreamer.elements with parameters of type Pad | |
---|---|
void |
DecodeBin.NEW_DECODED_PAD.newDecodedPad(Element element,
Pad pad,
boolean last)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |