Class VkVideoEncodeAV1QualityLevelPropertiesKHR.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<VkVideoEncodeAV1QualityLevelPropertiesKHR>, NativeResource, Pointer
Enclosing class:
VkVideoEncodeAV1QualityLevelPropertiesKHR

public static class VkVideoEncodeAV1QualityLevelPropertiesKHR.Buffer extends StructBuffer<VkVideoEncodeAV1QualityLevelPropertiesKHR, VkVideoEncodeAV1QualityLevelPropertiesKHR.Buffer> implements NativeResource
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkVideoEncodeAV1QualityLevelPropertiesKHR.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by VkVideoEncodeAV1QualityLevelPropertiesKHR.SIZEOF, and its mark will be undefined.

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

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • sType

      @NativeType("VkStructureType") public int sType()
      Returns:
      the value of the sType field.
    • pNext

      @NativeType("void *") public long pNext()
      Returns:
      the value of the pNext field.
    • preferredRateControlFlags

      @NativeType("VkVideoEncodeAV1RateControlFlagsKHR") public int preferredRateControlFlags()
      Returns:
      the value of the preferredRateControlFlags field.
    • preferredGopFrameCount

      @NativeType("uint32_t") public int preferredGopFrameCount()
      Returns:
      the value of the preferredGopFrameCount field.
    • preferredKeyFramePeriod

      @NativeType("uint32_t") public int preferredKeyFramePeriod()
      Returns:
      the value of the preferredKeyFramePeriod field.
    • preferredConsecutiveBipredictiveFrameCount

      @NativeType("uint32_t") public int preferredConsecutiveBipredictiveFrameCount()
      Returns:
      the value of the preferredConsecutiveBipredictiveFrameCount field.
    • preferredTemporalLayerCount

      @NativeType("uint32_t") public int preferredTemporalLayerCount()
      Returns:
      the value of the preferredTemporalLayerCount field.
    • preferredConstantQIndex

      public VkVideoEncodeAV1QIndexKHR preferredConstantQIndex()
      Returns:
      a VkVideoEncodeAV1QIndexKHR view of the preferredConstantQIndex field.
    • preferredMaxSingleReferenceCount

      @NativeType("uint32_t") public int preferredMaxSingleReferenceCount()
      Returns:
      the value of the preferredMaxSingleReferenceCount field.
    • preferredSingleReferenceNameMask

      @NativeType("uint32_t") public int preferredSingleReferenceNameMask()
      Returns:
      the value of the preferredSingleReferenceNameMask field.
    • preferredMaxUnidirectionalCompoundReferenceCount

      @NativeType("uint32_t") public int preferredMaxUnidirectionalCompoundReferenceCount()
      Returns:
      the value of the preferredMaxUnidirectionalCompoundReferenceCount field.
    • preferredMaxUnidirectionalCompoundGroup1ReferenceCount

      @NativeType("uint32_t") public int preferredMaxUnidirectionalCompoundGroup1ReferenceCount()
      Returns:
      the value of the preferredMaxUnidirectionalCompoundGroup1ReferenceCount field.
    • preferredUnidirectionalCompoundReferenceNameMask

      @NativeType("uint32_t") public int preferredUnidirectionalCompoundReferenceNameMask()
      Returns:
      the value of the preferredUnidirectionalCompoundReferenceNameMask field.
    • preferredMaxBidirectionalCompoundReferenceCount

      @NativeType("uint32_t") public int preferredMaxBidirectionalCompoundReferenceCount()
      Returns:
      the value of the preferredMaxBidirectionalCompoundReferenceCount field.
    • preferredMaxBidirectionalCompoundGroup1ReferenceCount

      @NativeType("uint32_t") public int preferredMaxBidirectionalCompoundGroup1ReferenceCount()
      Returns:
      the value of the preferredMaxBidirectionalCompoundGroup1ReferenceCount field.
    • preferredMaxBidirectionalCompoundGroup2ReferenceCount

      @NativeType("uint32_t") public int preferredMaxBidirectionalCompoundGroup2ReferenceCount()
      Returns:
      the value of the preferredMaxBidirectionalCompoundGroup2ReferenceCount field.
    • preferredBidirectionalCompoundReferenceNameMask

      @NativeType("uint32_t") public int preferredBidirectionalCompoundReferenceNameMask()
      Returns:
      the value of the preferredBidirectionalCompoundReferenceNameMask field.
    • sType

      public VkVideoEncodeAV1QualityLevelPropertiesKHR.Buffer sType(@NativeType("VkStructureType") int value)
      Sets the specified value to the sType field.
    • sType$Default

    • pNext

      Sets the specified value to the pNext field.