Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeAV1RateControlInfoKHR
Packages that use VkVideoEncodeAV1RateControlInfoKHR
-
Uses of VkVideoEncodeAV1RateControlInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeAV1RateControlInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoEncodeAV1RateControlInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeAV1RateControlInfoKHRModifier and TypeMethodDescription@NotNull VkVideoEncodeAV1RateControlInfoKHR
VkVideoEncodeAV1RateControlInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeAV1RateControlInfoKHR.clone
(Arena arena, VkVideoEncodeAV1RateControlInfoKHR src) VkVideoEncodeAV1RateControlInfoKHR.consecutiveBipredictiveFrameCount
(int value) VkVideoEncodeAV1RateControlInfoKHR.flags
(int value) VkVideoEncodeAV1RateControlInfoKHR.gopFrameCount
(int value) VkVideoEncodeAV1RateControlInfoKHR.keyFramePeriod
(int value) VkVideoEncodeAV1RateControlInfoKHR.sType
(int value) VkVideoEncodeAV1RateControlInfoKHR.temporalLayerCount
(int value) VkVideoEncodeAV1RateControlInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeAV1RateControlInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoEncodeAV1RateControlInfoKHR> VkVideoEncodeAV1RateControlInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeAV1RateControlInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeAV1RateControlInfoKHR.clone
(Arena arena, VkVideoEncodeAV1RateControlInfoKHR src) void
VkVideoEncodeAV1RateControlInfoKHR.Ptr.write
(long index, @NotNull VkVideoEncodeAV1RateControlInfoKHR value)