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 recordRepresents a pointer to / an array ofVkVideoEncodeAV1RateControlInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeAV1RateControlInfoKHRModifier and TypeMethodDescription@NotNull VkVideoEncodeAV1RateControlInfoKHRVkVideoEncodeAV1RateControlInfoKHR.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.pNext(@NotNull MemorySegment 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) voidVkVideoEncodeAV1RateControlInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeAV1RateControlInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeAV1RateControlInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeAV1RateControlInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeAV1RateControlInfoKHR> consumer)