- Description
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- LAYOUT
- BYTES
- PATH$sType
- PATH$pNext
- PATH$flags
- PATH$maxLevelIdc
- PATH$maxSliceCount
- PATH$maxPPictureL0ReferenceCount
- PATH$maxBPictureL0ReferenceCount
- PATH$maxL1ReferenceCount
- PATH$maxTemporalLayerCount
- PATH$expectDyadicTemporalLayerPattern
- PATH$minQp
- PATH$maxQp
- PATH$prefersGopRemainingFrames
- PATH$requiresGopRemainingFrames
- PATH$stdSyntaxFlags
- LAYOUT$sType
- LAYOUT$pNext
- LAYOUT$flags
- LAYOUT$maxLevelIdc
- LAYOUT$maxSliceCount
- LAYOUT$maxPPictureL0ReferenceCount
- LAYOUT$maxBPictureL0ReferenceCount
- LAYOUT$maxL1ReferenceCount
- LAYOUT$maxTemporalLayerCount
- LAYOUT$expectDyadicTemporalLayerPattern
- LAYOUT$minQp
- LAYOUT$maxQp
- LAYOUT$prefersGopRemainingFrames
- LAYOUT$requiresGopRemainingFrames
- LAYOUT$stdSyntaxFlags
- SIZE$sType
- SIZE$pNext
- SIZE$flags
- SIZE$maxLevelIdc
- SIZE$maxSliceCount
- SIZE$maxPPictureL0ReferenceCount
- SIZE$maxBPictureL0ReferenceCount
- SIZE$maxL1ReferenceCount
- SIZE$maxTemporalLayerCount
- SIZE$expectDyadicTemporalLayerPattern
- SIZE$minQp
- SIZE$maxQp
- SIZE$prefersGopRemainingFrames
- SIZE$requiresGopRemainingFrames
- SIZE$stdSyntaxFlags
- OFFSET$sType
- OFFSET$pNext
- OFFSET$flags
- OFFSET$maxLevelIdc
- OFFSET$maxSliceCount
- OFFSET$maxPPictureL0ReferenceCount
- OFFSET$maxBPictureL0ReferenceCount
- OFFSET$maxL1ReferenceCount
- OFFSET$maxTemporalLayerCount
- OFFSET$expectDyadicTemporalLayerPattern
- OFFSET$minQp
- OFFSET$maxQp
- OFFSET$prefersGopRemainingFrames
- OFFSET$requiresGopRemainingFrames
- OFFSET$stdSyntaxFlags
- Constructor Details
- Method Details
- allocate(Arena)
- allocate(Arena, long)
- clone(Arena, VkVideoEncodeH264CapabilitiesKHR)
- autoInit()
- sType()
- sType(int)
- pNext()
- pNext(MemorySegment)
- pNext(IPointer)
- flags()
- flags(int)
- maxLevelIdc()
- maxLevelIdc(int)
- maxSliceCount()
- maxSliceCount(int)
- maxPPictureL0ReferenceCount()
- maxPPictureL0ReferenceCount(int)
- maxBPictureL0ReferenceCount()
- maxBPictureL0ReferenceCount(int)
- maxL1ReferenceCount()
- maxL1ReferenceCount(int)
- maxTemporalLayerCount()
- maxTemporalLayerCount(int)
- expectDyadicTemporalLayerPattern()
- expectDyadicTemporalLayerPattern(int)
- minQp()
- minQp(int)
- maxQp()
- maxQp(int)
- prefersGopRemainingFrames()
- prefersGopRemainingFrames(int)
- requiresGopRemainingFrames()
- requiresGopRemainingFrames(int)
- stdSyntaxFlags()
- stdSyntaxFlags(int)
- toString()
- hashCode()
- equals(Object)
- segment()
Record Class VkVideoEncodeH264CapabilitiesKHR
- All Implemented Interfaces:
IPointer
,IVkVideoEncodeH264CapabilitiesKHR
Represents a pointer to a VkVideoEncodeH264CapabilitiesKHR
structure in native memory.
Structure 
typedef struct VkVideoEncodeH264CapabilitiesKHR {
VkStructureType
sType
;
void* pNext
; // optional
VkVideoEncodeH264CapabilityFlagsKHR
flags
;
StdVideoH264LevelIdc
maxLevelIdc
;
uint32_t maxSliceCount
;
uint32_t maxPPictureL0ReferenceCount
;
uint32_t maxBPictureL0ReferenceCount
;
uint32_t maxL1ReferenceCount
;
uint32_t maxTemporalLayerCount
;
VkBool32 expectDyadicTemporalLayerPattern
;
int32_t minQp
;
int32_t maxQp
;
VkBool32 prefersGopRemainingFrames
;
VkBool32 requiresGopRemainingFrames
;
VkVideoEncodeH264StdFlagsKHR
stdSyntaxFlags
;
} VkVideoEncodeH264CapabilitiesKHR;
Auto initialization 
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_VIDEO_ENCODE_H264_CAPABILITIES_KHR
The allocate
(allocate(Arena)
, allocate(Arena, long)
)
functions will automatically initialize these fields. Also, you may call autoInit()
to initialize these fields manually for non-allocated instances.
Contracts 
The property segment()
should always be not-null
(segment != NULL && !segment.equals(MemorySegment.NULL)
), and properly aligned to
LAYOUT.byteAlignment()
bytes. To represent null pointer, you may use a Java
null
instead. See the documentation of IPointer.segment()
for more details.
The constructor of this class is marked as UnsafeConstructor
, because it does not
perform any runtime check. The constructor can be useful for automatic code generators.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoEncodeH264CapabilitiesKHR
structure(s) in native memory. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final StructLayout
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final AddressLayout
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
-
Constructor Summary
ConstructorsConstructorDescriptionVkVideoEncodeH264CapabilitiesKHR
(@NotNull MemorySegment segment) Creates an instance of aVkVideoEncodeH264CapabilitiesKHR
record class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
autoInit()
clone
(Arena arena, VkVideoEncodeH264CapabilitiesKHR src) final boolean
Indicates whether some other object is "equal to" this one.int
expectDyadicTemporalLayerPattern
(int value) int
flags()
flags
(int value) final int
hashCode()
Returns a hash code value for this object.int
maxBPictureL0ReferenceCount
(int value) int
maxL1ReferenceCount
(int value) int
maxLevelIdc
(int value) int
maxPPictureL0ReferenceCount
(int value) int
maxQp()
maxQp
(int value) int
maxSliceCount
(int value) int
maxTemporalLayerCount
(int value) int
minQp()
minQp
(int value) @NotNull MemorySegment
pNext()
pNext
(@NotNull MemorySegment value) int
prefersGopRemainingFrames
(int value) int
requiresGopRemainingFrames
(int value) @NotNull MemorySegment
segment()
Returns the value of thesegment
record component.int
stdSyntaxFlags
(int value) int
sType()
sType
(int value) final String
toString()
Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
BYTES
public static final long BYTES -
PATH$sType
-
PATH$pNext
-
PATH$flags
-
PATH$maxLevelIdc
-
PATH$maxSliceCount
-
PATH$maxPPictureL0ReferenceCount
-
PATH$maxBPictureL0ReferenceCount
-
PATH$maxL1ReferenceCount
-
PATH$maxTemporalLayerCount
-
PATH$expectDyadicTemporalLayerPattern
-
PATH$minQp
-
PATH$maxQp
-
PATH$prefersGopRemainingFrames
-
PATH$requiresGopRemainingFrames
-
PATH$stdSyntaxFlags
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$flags
-
LAYOUT$maxLevelIdc
-
LAYOUT$maxSliceCount
-
LAYOUT$maxPPictureL0ReferenceCount
-
LAYOUT$maxBPictureL0ReferenceCount
-
LAYOUT$maxL1ReferenceCount
-
LAYOUT$maxTemporalLayerCount
-
LAYOUT$expectDyadicTemporalLayerPattern
-
LAYOUT$minQp
-
LAYOUT$maxQp
-
LAYOUT$prefersGopRemainingFrames
-
LAYOUT$requiresGopRemainingFrames
-
LAYOUT$stdSyntaxFlags
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$flags
public static final long SIZE$flags -
SIZE$maxLevelIdc
public static final long SIZE$maxLevelIdc -
SIZE$maxSliceCount
public static final long SIZE$maxSliceCount -
SIZE$maxPPictureL0ReferenceCount
public static final long SIZE$maxPPictureL0ReferenceCount -
SIZE$maxBPictureL0ReferenceCount
public static final long SIZE$maxBPictureL0ReferenceCount -
SIZE$maxL1ReferenceCount
public static final long SIZE$maxL1ReferenceCount -
SIZE$maxTemporalLayerCount
public static final long SIZE$maxTemporalLayerCount -
SIZE$expectDyadicTemporalLayerPattern
public static final long SIZE$expectDyadicTemporalLayerPattern -
SIZE$minQp
public static final long SIZE$minQp -
SIZE$maxQp
public static final long SIZE$maxQp -
SIZE$prefersGopRemainingFrames
public static final long SIZE$prefersGopRemainingFrames -
SIZE$requiresGopRemainingFrames
public static final long SIZE$requiresGopRemainingFrames -
SIZE$stdSyntaxFlags
public static final long SIZE$stdSyntaxFlags -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$flags
public static final long OFFSET$flags -
OFFSET$maxLevelIdc
public static final long OFFSET$maxLevelIdc -
OFFSET$maxSliceCount
public static final long OFFSET$maxSliceCount -
OFFSET$maxPPictureL0ReferenceCount
public static final long OFFSET$maxPPictureL0ReferenceCount -
OFFSET$maxBPictureL0ReferenceCount
public static final long OFFSET$maxBPictureL0ReferenceCount -
OFFSET$maxL1ReferenceCount
public static final long OFFSET$maxL1ReferenceCount -
OFFSET$maxTemporalLayerCount
public static final long OFFSET$maxTemporalLayerCount -
OFFSET$expectDyadicTemporalLayerPattern
public static final long OFFSET$expectDyadicTemporalLayerPattern -
OFFSET$minQp
public static final long OFFSET$minQp -
OFFSET$maxQp
public static final long OFFSET$maxQp -
OFFSET$prefersGopRemainingFrames
public static final long OFFSET$prefersGopRemainingFrames -
OFFSET$requiresGopRemainingFrames
public static final long OFFSET$requiresGopRemainingFrames -
OFFSET$stdSyntaxFlags
public static final long OFFSET$stdSyntaxFlags
-
-
Constructor Details
-
Method Details
-
allocate
-
allocate
-
clone
public static VkVideoEncodeH264CapabilitiesKHR clone(Arena arena, VkVideoEncodeH264CapabilitiesKHR src) -
autoInit
public void autoInit() -
sType
-
sType
-
pNext
-
pNext
public VkVideoEncodeH264CapabilitiesKHR pNext(@Pointer(comment="void*") @NotNull @NotNull MemorySegment value) -
pNext
-
flags
-
flags
public VkVideoEncodeH264CapabilitiesKHR flags(@Bitmask(VkVideoEncodeH264CapabilityFlagsKHR.class) int value) -
maxLevelIdc
-
maxLevelIdc
public VkVideoEncodeH264CapabilitiesKHR maxLevelIdc(@EnumType(StdVideoH264LevelIdc.class) int value) -
maxSliceCount
-
maxSliceCount
-
maxPPictureL0ReferenceCount
-
maxPPictureL0ReferenceCount
-
maxBPictureL0ReferenceCount
-
maxBPictureL0ReferenceCount
-
maxL1ReferenceCount
-
maxL1ReferenceCount
-
maxTemporalLayerCount
-
maxTemporalLayerCount
-
expectDyadicTemporalLayerPattern
-
expectDyadicTemporalLayerPattern
public VkVideoEncodeH264CapabilitiesKHR expectDyadicTemporalLayerPattern(@NativeType("VkBool32") @Unsigned int value) -
minQp
public int minQp() -
minQp
-
maxQp
public int maxQp() -
maxQp
-
prefersGopRemainingFrames
-
prefersGopRemainingFrames
public VkVideoEncodeH264CapabilitiesKHR prefersGopRemainingFrames(@NativeType("VkBool32") @Unsigned int value) -
requiresGopRemainingFrames
-
requiresGopRemainingFrames
public VkVideoEncodeH264CapabilitiesKHR requiresGopRemainingFrames(@NativeType("VkBool32") @Unsigned int value) -
stdSyntaxFlags
-
stdSyntaxFlags
public VkVideoEncodeH264CapabilitiesKHR stdSyntaxFlags(@Bitmask(VkVideoEncodeH264StdFlagsKHR.class) int value) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
segment
Returns the value of thesegment
record component.
-