|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PadPresence | |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Uses of PadPresence in org.gstreamer |
---|
Methods in org.gstreamer that return PadPresence | |
---|---|
PadPresence |
StaticPadTemplate.getPresence()
Get the presence (ALWAYS, SOMETIMES, REQUEST) of the template. |
static PadPresence |
PadPresence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PadPresence[] |
PadPresence.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.gstreamer with parameters of type PadPresence | |
---|---|
PadTemplate(java.lang.String nameTemplate,
PadDirection direction,
PadPresence presence,
Caps caps)
Creates a new pad template with a name according to the given template and with the given arguments. |
Uses of PadPresence in org.gstreamer.lowlevel |
---|
Fields in org.gstreamer.lowlevel declared as PadPresence | |
---|---|
PadPresence |
GstPadTemplateAPI.GstStaticPadTemplate.presence
|
Methods in org.gstreamer.lowlevel with parameters of type PadPresence | |
---|---|
PadTemplate |
GstPadTemplateAPI.gst_pad_template_new(java.lang.String name_template,
PadDirection direction,
PadPresence presence,
Caps caps)
|
com.sun.jna.Pointer |
GstPadTemplateAPI.ptr_gst_pad_template_new(java.lang.String name_template,
PadDirection direction,
PadPresence presence,
Caps caps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |