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