Klasse CustomMeta

Alle implementierten Schnittstellen:
PointerInterface

public class CustomMeta extends Record
Extra custom metadata. The @structure field is the same as returned by
gst_custom_meta_get_structure().

Since 1.24 it can be serialized using gst_meta_serialize() and
gst_meta_deserialize(), but only if the #GstStructure does not contain any
fields that cannot be serialized, see %GST_SERIALIZE_FLAG_STRICT.

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

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getStructure

      public Structure getStructure()
      Retrieve the #GstStructure backing a custom meta, the structure's mutability
      is conditioned to the writability of the #GstBuffer @meta is attached to.
      Gibt zurück:
      the #GstStructure backing @meta
    • hasName

      public boolean hasName(@Nonnull Str name)
      Checks whether the name of the custom meta is @name
      Parameter:
      name -
      Gibt zurück:
      Whether @name is the name of the custom meta
    • hasName

      public boolean hasName(String name)
      Checks whether the name of the custom meta is @name
      Parameter:
      name -
      Gibt zurück:
      Whether @name is the name of the custom meta