Klasse AllocationParams

Alle implementierten Schnittstellen:
PointerInterface

public class AllocationParams extends Record
  • Felddetails

  • Konstruktordetails

    • AllocationParams

      public AllocationParams(PointerContainer pointer)
    • AllocationParams

      public AllocationParams()
      Create a new #GstAllocationParams on the heap. This function is for
      use in GStreamer language bindings. In your own code, you can just
      declare a #GstAllocationParams on the stack or in a struct, and
      call gst_allocation_params_init() to initialize it.

      You do not need to call gst_allocation_params_init() on the instance
      returned by this function.
  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldFlags

      public void setFieldFlags(int flags)
      flags to control allocation
    • getFieldFlags

      public int getFieldFlags()
      flags to control allocation
    • setFieldAlign

      public void setFieldAlign(long align)
      the desired alignment of the memory
    • getFieldAlign

      public long getFieldAlign()
      the desired alignment of the memory
    • setFieldPrefix

      public void setFieldPrefix(long prefix)
      the desired prefix
    • getFieldPrefix

      public long getFieldPrefix()
      the desired prefix
    • setFieldPadding

      public void setFieldPadding(long padding)
      the desired padding
    • getFieldPadding

      public long getFieldPadding()
      the desired padding
    • copy

      public AllocationParams copy()
      Create a copy of @params.
      Gibt zurück:
      a new #GstAllocationParams.
    • free

      public void free()
      Free @params
    • init

      public void init()
      Initialize @params to its default values
    • 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()