Klasse StaticCaps

Alle implementierten Schnittstellen:
PointerInterface

public class StaticCaps extends Record
Data structure to initialize #GstCaps from a string description usually
used in conjunction with GST_STATIC_CAPS() and gst_static_caps_get() to
instantiate a #GstCaps.

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

  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldCaps

      public void setFieldCaps(Caps caps)
      the cached #GstCaps
    • getFieldCaps

      public Caps getFieldCaps()
      the cached #GstCaps
    • setFieldString

      public void setFieldString(Str string)
      a string describing a caps
    • getFieldString

      public Str getFieldString()
      a string describing a caps
    • cleanup

      public void cleanup()
      Cleans up the cached caps contained in @static_caps.
    • get

      public Caps get()
      Converts a #GstStaticCaps to a #GstCaps.
      Gibt zurück:
      a pointer to the #GstCaps. 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()