Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
PadLinkReturn |
Pad.link(Pad pad)
Links this pad and a sink pad.
|
static PadLinkReturn |
PadLinkReturn.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PadLinkReturn[] |
PadLinkReturn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PadLinkReturn |
GstPadAPI.gst_pad_link(Pad src,
Pad sink) |