Uses of Class
org.gstreamer.PadDirection

Packages that use PadDirection
org.gstreamer   
org.gstreamer.lowlevel   
 

Uses of PadDirection in org.gstreamer
 

Methods in org.gstreamer that return PadDirection
 PadDirection Pad.getDirection()
          Get the direction of the pad.
 PadDirection StaticPadTemplate.getDirection()
          Get the direction (SINK, SRC) of the template.
static PadDirection PadDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PadDirection[] PadDirection.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 PadDirection
GhostPad(java.lang.String name, PadDirection direction)
          Create a new ghostpad without a target with the given direction.
Pad(java.lang.String name, PadDirection direction)
          Creates a new pad with the given name in the given direction.
PadTemplate(java.lang.String nameTemplate, PadDirection direction, Caps caps)
          Creates a new pad template with a name according to the given template and with the given arguments.
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 PadDirection in org.gstreamer.lowlevel
 

Fields in org.gstreamer.lowlevel declared as PadDirection
 PadDirection GstPadTemplateAPI.GstStaticPadTemplate.direction
           
 

Methods in org.gstreamer.lowlevel that return PadDirection
 PadDirection GstPadAPI.gst_pad_get_direction(Pad pad)
           
 

Methods in org.gstreamer.lowlevel with parameters of type PadDirection
 Caps BaseTransformAPI.TransformCaps.callback(BaseTransform trans, PadDirection direction, Caps caps)
           
 boolean BaseTransformAPI.AcceptCaps.callback(BaseTransform trans, PadDirection direction, Caps caps)
           
 void BaseTransformAPI.FixateCaps.callback(BaseTransform trans, PadDirection direction, Caps caps, Caps othercaps)
           
 boolean BaseTransformAPI.TransformSize.callback(BaseTransform trans, PadDirection direction, Caps caps, int size, Caps othercaps, com.sun.jna.ptr.IntByReference othersize)
           
 Pad GstPadAPI.gst_pad_new(java.lang.String name, PadDirection direction)
           
 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)