Uses of Class
org.gstreamer.PadTemplate

Packages that use PadTemplate
org.gstreamer   
 

Uses of PadTemplate in org.gstreamer
 

Constructors in org.gstreamer with parameters of type PadTemplate
GhostPad(java.lang.String name, Pad target, PadTemplate template)
          Create a new ghostpad with target as the target.
GhostPad(java.lang.String name, PadTemplate template)
          Create a new ghostpad based on template, without setting a target.
Pad(PadTemplate template, java.lang.String name)
          Creates a new pad with the given name from the given template.