Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH264SessionParametersGetInfoKHR
Packages that use VkVideoEncodeH264SessionParametersGetInfoKHR
-
Uses of VkVideoEncodeH264SessionParametersGetInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeH264SessionParametersGetInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEncodeH264SessionParametersGetInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH264SessionParametersGetInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264SessionParametersGetInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeH264SessionParametersGetInfoKHR.clone(Arena arena, VkVideoEncodeH264SessionParametersGetInfoKHR src) VkVideoEncodeH264SessionParametersGetInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264SessionParametersGetInfoKHR.stdPPSId(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.stdSPSId(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.sType(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.Ptr.toArray()VkVideoEncodeH264SessionParametersGetInfoKHR.writeStdPPS(int value) VkVideoEncodeH264SessionParametersGetInfoKHR.writeStdSPS(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeH264SessionParametersGetInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeH264SessionParametersGetInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264SessionParametersGetInfoKHR.clone(Arena arena, VkVideoEncodeH264SessionParametersGetInfoKHR src) voidVkVideoEncodeH264SessionParametersGetInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeH264SessionParametersGetInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeH264SessionParametersGetInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264SessionParametersGetInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeH264SessionParametersGetInfoKHR> consumer)