Class StdVideoAV1TimingInfo.Buffer

All Implemented Interfaces:
Addressable
Enclosing class:
StdVideoAV1TimingInfo

public static final class StdVideoAV1TimingInfo.Buffer extends StdVideoAV1TimingInfo
  • Constructor Details

    • Buffer

      public Buffer(MemorySegment segment, long elementCount)
      Creates StdVideoAV1TimingInfo.Buffer with the given segment.
      Parameters:
      segment - the memory segment
      elementCount - the element count
  • Method Details

    • estimateCount

      public long estimateCount()
      Description copied from class: GroupType
      Estimates the element count of this group type buffer.
      Overrides:
      estimateCount in class GroupType
      Returns:
      the estimated element count of the group type buffer
    • asSlice

      public StdVideoAV1TimingInfo asSlice(long index)
      Creates a slice of StdVideoAV1TimingInfo.
      Parameters:
      index - the index of the struct buffer
      Returns:
      the slice of StdVideoAV1TimingInfo
    • asSlice

      public StdVideoAV1TimingInfo.Buffer asSlice(long index, long count)
      Creates a slice of StdVideoAV1TimingInfo.
      Parameters:
      index - the index of the struct buffer
      count - the count
      Returns:
      the slice of StdVideoAV1TimingInfo
    • flagsAt

      public MemorySegment flagsAt(long index)
      Returns flags at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      flags at the given index
    • flagsAt

      public StdVideoAV1TimingInfo.Buffer flagsAt(long index, MemorySegment value)
      Sets flags with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • num_units_in_display_tickAt

      public int num_units_in_display_tickAt(long index)
      Returns num_units_in_display_tick at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      num_units_in_display_tick at the given index
    • num_units_in_display_tickAt

      public StdVideoAV1TimingInfo.Buffer num_units_in_display_tickAt(long index, int value)
      Sets num_units_in_display_tick with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • time_scaleAt

      public int time_scaleAt(long index)
      Returns time_scale at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      time_scale at the given index
    • time_scaleAt

      public StdVideoAV1TimingInfo.Buffer time_scaleAt(long index, int value)
      Sets time_scale with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this
    • num_ticks_per_picture_minus_1At

      public int num_ticks_per_picture_minus_1At(long index)
      Returns num_ticks_per_picture_minus_1 at the given index.
      Parameters:
      index - the index of the struct buffer
      Returns:
      num_ticks_per_picture_minus_1 at the given index
    • num_ticks_per_picture_minus_1At

      public StdVideoAV1TimingInfo.Buffer num_ticks_per_picture_minus_1At(long index, int value)
      Sets num_ticks_per_picture_minus_1 with the given value at the given index.
      Parameters:
      index - the index of the struct buffer
      value - the value
      Returns:
      this