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