Class StdVideoEncodeAV1DecoderModelInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoEncodeAV1DecoderModelInfo extends Struct<StdVideoEncodeAV1DecoderModelInfo> implements NativeResource

 struct StdVideoEncodeAV1DecoderModelInfo {
     uint8_t buffer_delay_length_minus_1;
     uint8_t buffer_removal_time_length_minus_1;
     uint8_t frame_presentation_time_length_minus_1;
     uint8_t reserved1;
     uint32_t num_units_in_decoding_tick;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int BUFFER_DELAY_LENGTH_MINUS_1
      The struct member offsets.
    • BUFFER_REMOVAL_TIME_LENGTH_MINUS_1

      public static final int BUFFER_REMOVAL_TIME_LENGTH_MINUS_1
      The struct member offsets.
    • FRAME_PRESENTATION_TIME_LENGTH_MINUS_1

      public static final int FRAME_PRESENTATION_TIME_LENGTH_MINUS_1
      The struct member offsets.
    • RESERVED1

      public static final int RESERVED1
      The struct member offsets.
    • NUM_UNITS_IN_DECODING_TICK

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

    • StdVideoEncodeAV1DecoderModelInfo

      public StdVideoEncodeAV1DecoderModelInfo(ByteBuffer container)
      Creates a StdVideoEncodeAV1DecoderModelInfo 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