Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeAV1ReferenceInfoFlags
Packages that use StdVideoEncodeAV1ReferenceInfoFlags
-
Uses of StdVideoEncodeAV1ReferenceInfoFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoEncodeAV1ReferenceInfoFlagsModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoEncodeAV1ReferenceInfoFlagsModifier and TypeMethodDescription@NotNull StdVideoEncodeAV1ReferenceInfoFlags
StdVideoEncodeAV1ReferenceInfoFlags.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoEncodeAV1ReferenceInfoFlags.clone
(Arena arena, StdVideoEncodeAV1ReferenceInfoFlags src) StdVideoEncodeAV1ReferenceInfoFlags.disable_frame_end_update_cdf
(boolean value) @NotNull StdVideoEncodeAV1ReferenceInfoFlags
StdVideoEncodeAV1ReferenceInfo.flags()
StdVideoEncodeAV1ReferenceInfoFlags.segmentation_enabled
(boolean value) StdVideoEncodeAV1ReferenceInfoFlags.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoEncodeAV1ReferenceInfoFlagsModifier and TypeMethodDescription@NotNull Iterator
<StdVideoEncodeAV1ReferenceInfoFlags> StdVideoEncodeAV1ReferenceInfoFlags.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoEncodeAV1ReferenceInfoFlagsModifier and TypeMethodDescriptionStdVideoEncodeAV1ReferenceInfoFlags.clone
(Arena arena, StdVideoEncodeAV1ReferenceInfoFlags src) StdVideoEncodeAV1ReferenceInfo.flags
(@NotNull StdVideoEncodeAV1ReferenceInfoFlags value) void
StdVideoEncodeAV1ReferenceInfoFlags.Ptr.write
(long index, @NotNull StdVideoEncodeAV1ReferenceInfoFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoEncodeAV1ReferenceInfoFlagsModifier and TypeMethodDescriptionStdVideoEncodeAV1ReferenceInfo.flags
(Consumer<@NotNull StdVideoEncodeAV1ReferenceInfoFlags> consumer)