Uses of Record Class
club.doki7.vulkan.datatype.StdVideoDecodeAV1ReferenceInfoFlags
Packages that use StdVideoDecodeAV1ReferenceInfoFlags
-
Uses of StdVideoDecodeAV1ReferenceInfoFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoDecodeAV1ReferenceInfoFlagsModifier 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 StdVideoDecodeAV1ReferenceInfoFlagsModifier and TypeMethodDescription@NotNull StdVideoDecodeAV1ReferenceInfoFlags
StdVideoDecodeAV1ReferenceInfoFlags.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoDecodeAV1ReferenceInfoFlags.clone
(Arena arena, StdVideoDecodeAV1ReferenceInfoFlags src) StdVideoDecodeAV1ReferenceInfoFlags.disable_frame_end_update_cdf
(boolean value) @NotNull StdVideoDecodeAV1ReferenceInfoFlags
StdVideoDecodeAV1ReferenceInfo.flags()
StdVideoDecodeAV1ReferenceInfoFlags.segmentation_enabled
(boolean value) StdVideoDecodeAV1ReferenceInfoFlags.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoDecodeAV1ReferenceInfoFlagsModifier and TypeMethodDescription@NotNull Iterator
<StdVideoDecodeAV1ReferenceInfoFlags> StdVideoDecodeAV1ReferenceInfoFlags.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoDecodeAV1ReferenceInfoFlagsModifier and TypeMethodDescriptionStdVideoDecodeAV1ReferenceInfoFlags.clone
(Arena arena, StdVideoDecodeAV1ReferenceInfoFlags src) StdVideoDecodeAV1ReferenceInfo.flags
(@NotNull StdVideoDecodeAV1ReferenceInfoFlags value) void
StdVideoDecodeAV1ReferenceInfoFlags.Ptr.write
(long index, @NotNull StdVideoDecodeAV1ReferenceInfoFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoDecodeAV1ReferenceInfoFlagsModifier and TypeMethodDescriptionStdVideoDecodeAV1ReferenceInfoFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoDecodeAV1ReferenceInfoFlags> consumer) StdVideoDecodeAV1ReferenceInfo.flags
(Consumer<@NotNull StdVideoDecodeAV1ReferenceInfoFlags> consumer)