|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gstreamer.StaticPadTemplate
public class StaticPadTemplate
Method Summary | |
---|---|
Caps |
getCaps()
Get the Caps of the template. |
PadDirection |
getDirection()
Get the direction (SINK, SRC) of the template. |
java.lang.String |
getName()
Get the name of the template. |
PadPresence |
getPresence()
Get the presence (ALWAYS, SOMETIMES, REQUEST) of the template. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public PadDirection getDirection()
PadDirection
of the template.public PadPresence getPresence()
PadPresence
of this template.public Caps getCaps()
Caps
of the template.
Caps
for this template.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |