Klasse StaticPadTemplate

Alle implementierten Schnittstellen:
PointerInterface

public class StaticPadTemplate extends Record
Structure describing the #GstStaticPadTemplate.

https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html

  • Felddetails

  • Konstruktordetails

    • StaticPadTemplate

      public StaticPadTemplate(PointerContainer pointer)
    • StaticPadTemplate

      public StaticPadTemplate()
  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldNameTemplate

      public void setFieldNameTemplate(Str name_template)
      the name of the template
    • getFieldNameTemplate

      public Str getFieldNameTemplate()
      the name of the template
    • setFieldDirection

      public void setFieldDirection(int direction)
      the direction of the template
    • getFieldDirection

      public int getFieldDirection()
      the direction of the template
    • setFieldPresence

      public void setFieldPresence(int presence)
      the presence of the template
    • getFieldPresence

      public int getFieldPresence()
      the presence of the template
    • get

      public PadTemplate get()
      Converts a #GstStaticPadTemplate into a #GstPadTemplate.
      Gibt zurück:
      a new #GstPadTemplate.
    • getCaps

      public Caps getCaps()
      Gets the capabilities of the static pad template.
      Gibt zurück:
      the #GstCaps of the static pad template. Unref after usage. Since the core holds an additional ref to the returned caps, use gst_caps_make_writable() on the returned caps to modify it.
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()