Class StdVideoAV1TimingInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoAV1TimingInfo extends Struct<StdVideoAV1TimingInfo> implements NativeResource

 struct StdVideoAV1TimingInfo {
     {@link StdVideoAV1TimingInfoFlags StdVideoAV1TimingInfoFlags} flags;
     uint32_t num_units_in_display_tick;
     uint32_t time_scale;
     uint32_t num_ticks_per_picture_minus_1;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int FLAGS
      The struct member offsets.
    • NUM_UNITS_IN_DISPLAY_TICK

      public static final int NUM_UNITS_IN_DISPLAY_TICK
      The struct member offsets.
    • TIME_SCALE

      public static final int TIME_SCALE
      The struct member offsets.
    • NUM_TICKS_PER_PICTURE_MINUS_1

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

    • StdVideoAV1TimingInfo

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