Uses of Record Class
club.doki7.vulkan.datatype.StdVideoDecodeH265ReferenceInfoFlags
Packages that use StdVideoDecodeH265ReferenceInfoFlags
-
Uses of StdVideoDecodeH265ReferenceInfoFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoDecodeH265ReferenceInfoFlagsModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoDecodeH265ReferenceInfoFlagsModifier and TypeMethodDescription@NotNull StdVideoDecodeH265ReferenceInfoFlagsStdVideoDecodeH265ReferenceInfoFlags.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoDecodeH265ReferenceInfoFlags.clone(Arena arena, StdVideoDecodeH265ReferenceInfoFlags src) @NotNull StdVideoDecodeH265ReferenceInfoFlagsStdVideoDecodeH265ReferenceInfo.flags()StdVideoDecodeH265ReferenceInfoFlags.Ptr.toArray()StdVideoDecodeH265ReferenceInfoFlags.unused_for_reference(boolean value) StdVideoDecodeH265ReferenceInfoFlags.used_for_long_term_reference(boolean value) Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoDecodeH265ReferenceInfoFlagsModifier and TypeMethodDescription@NotNull Iterator<StdVideoDecodeH265ReferenceInfoFlags> StdVideoDecodeH265ReferenceInfoFlags.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoDecodeH265ReferenceInfoFlagsModifier and TypeMethodDescriptionStdVideoDecodeH265ReferenceInfoFlags.clone(Arena arena, StdVideoDecodeH265ReferenceInfoFlags src) StdVideoDecodeH265ReferenceInfo.flags(@NotNull StdVideoDecodeH265ReferenceInfoFlags value) voidStdVideoDecodeH265ReferenceInfoFlags.Ptr.write(long index, @NotNull StdVideoDecodeH265ReferenceInfoFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoDecodeH265ReferenceInfoFlagsModifier and TypeMethodDescriptionStdVideoDecodeH265ReferenceInfoFlags.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoDecodeH265ReferenceInfoFlags> consumer) StdVideoDecodeH265ReferenceInfo.flags(Consumer<@NotNull StdVideoDecodeH265ReferenceInfoFlags> consumer)