org.gstreamer
Class StaticPadTemplate

java.lang.Object
  extended by org.gstreamer.StaticPadTemplate

public class StaticPadTemplate
extends java.lang.Object


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

getName

public java.lang.String getName()
Get the name of the template.

Returns:
The name of the template.

getDirection

public PadDirection getDirection()
Get the direction (SINK, SRC) of the template.

Returns:
The PadDirection of the template.

getPresence

public PadPresence getPresence()
Get the presence (ALWAYS, SOMETIMES, REQUEST) of the template.

Returns:
The PadPresence of this template.

getCaps

public Caps getCaps()
Get the Caps of the template.

Returns:
The Caps for this template.