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

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • preferredRateControlFlags

      public int preferredRateControlFlags()
      Returns:
      the value of the preferredRateControlFlags field.
    • preferredGopFrameCount

      public int preferredGopFrameCount()
      Returns:
      the value of the preferredGopFrameCount field.
    • preferredKeyFramePeriod

      public int preferredKeyFramePeriod()
      Returns:
      the value of the preferredKeyFramePeriod field.
    • preferredConsecutiveBipredictiveFrameCount

      public int preferredConsecutiveBipredictiveFrameCount()
      Returns:
      the value of the preferredConsecutiveBipredictiveFrameCount field.
    • preferredTemporalLayerCount

      public int preferredTemporalLayerCount()
      Returns:
      the value of the preferredTemporalLayerCount field.
    • preferredConstantQIndex

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

      public int preferredMaxSingleReferenceCount()
      Returns:
      the value of the preferredMaxSingleReferenceCount field.
    • preferredSingleReferenceNameMask

      public int preferredSingleReferenceNameMask()
      Returns:
      the value of the preferredSingleReferenceNameMask field.
    • preferredMaxUnidirectionalCompoundReferenceCount

      public int preferredMaxUnidirectionalCompoundReferenceCount()
      Returns:
      the value of the preferredMaxUnidirectionalCompoundReferenceCount field.
    • preferredMaxUnidirectionalCompoundGroup1ReferenceCount

      public int preferredMaxUnidirectionalCompoundGroup1ReferenceCount()
      Returns:
      the value of the preferredMaxUnidirectionalCompoundGroup1ReferenceCount field.
    • preferredUnidirectionalCompoundReferenceNameMask

      public int preferredUnidirectionalCompoundReferenceNameMask()
      Returns:
      the value of the preferredUnidirectionalCompoundReferenceNameMask field.
    • preferredMaxBidirectionalCompoundReferenceCount

      public int preferredMaxBidirectionalCompoundReferenceCount()
      Returns:
      the value of the preferredMaxBidirectionalCompoundReferenceCount field.
    • preferredMaxBidirectionalCompoundGroup1ReferenceCount

      public int preferredMaxBidirectionalCompoundGroup1ReferenceCount()
      Returns:
      the value of the preferredMaxBidirectionalCompoundGroup1ReferenceCount field.
    • preferredMaxBidirectionalCompoundGroup2ReferenceCount

      public int preferredMaxBidirectionalCompoundGroup2ReferenceCount()
      Returns:
      the value of the preferredMaxBidirectionalCompoundGroup2ReferenceCount field.
    • preferredBidirectionalCompoundReferenceNameMask

      public int preferredBidirectionalCompoundReferenceNameMask()
      Returns:
      the value of the preferredBidirectionalCompoundReferenceNameMask field.
    • sType

      Sets the specified value to the sType field.
    • sType$Default

    • pNext

      Sets the specified value to the pNext field.