Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH264SessionParametersCreateInfoKHR
Packages that use VkVideoDecodeH264SessionParametersCreateInfoKHR
-
Uses of VkVideoDecodeH264SessionParametersCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH264SessionParametersCreateInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeH264SessionParametersCreateInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264SessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH264SessionParametersCreateInfoKHR.clone(Arena arena, VkVideoDecodeH264SessionParametersCreateInfoKHR src) VkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdPPSCount(int value) VkVideoDecodeH264SessionParametersCreateInfoKHR.maxStdSPSCount(int value) VkVideoDecodeH264SessionParametersCreateInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfo(@Nullable IVkVideoDecodeH264SessionParametersAddInfoKHR value) VkVideoDecodeH264SessionParametersCreateInfoKHR.sType(int value) VkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH264SessionParametersCreateInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH264SessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264SessionParametersCreateInfoKHR.clone(Arena arena, VkVideoDecodeH264SessionParametersCreateInfoKHR src) voidVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH264SessionParametersCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH264SessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264SessionParametersCreateInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH264SessionParametersCreateInfoKHR> consumer)