Class XrFaceExpressionWeightsFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFaceExpressionWeightsFB extends Struct<XrFaceExpressionWeightsFB> implements NativeResource

 struct XrFaceExpressionWeightsFB {
     XrStructureType type;
     void * next;
     uint32_t weightCount;
     float * weights;
     uint32_t confidenceCount;
     float * confidences;
     {@link XrFaceExpressionStatusFB XrFaceExpressionStatusFB} status;
     XrTime time;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • WEIGHTCOUNT

      public static final int WEIGHTCOUNT
      The struct member offsets.
    • WEIGHTS

      public static final int WEIGHTS
      The struct member offsets.
    • CONFIDENCECOUNT

      public static final int CONFIDENCECOUNT
      The struct member offsets.
    • CONFIDENCES

      public static final int CONFIDENCES
      The struct member offsets.
    • STATUS

      public static final int STATUS
      The struct member offsets.
    • TIME

      public static final int TIME
      The struct member offsets.
  • Constructor Details

    • XrFaceExpressionWeightsFB

      public XrFaceExpressionWeightsFB(ByteBuffer container)
      Creates a XrFaceExpressionWeightsFB instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details