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 recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoEncodeAV1ReferenceInfoFlagsModifier and TypeMethodDescription@NotNull StdVideoEncodeAV1ReferenceInfoFlagsStdVideoEncodeAV1ReferenceInfoFlags.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 StdVideoEncodeAV1ReferenceInfoFlagsStdVideoEncodeAV1ReferenceInfo.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) voidStdVideoEncodeAV1ReferenceInfoFlags.Ptr.write(long index, @NotNull StdVideoEncodeAV1ReferenceInfoFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoEncodeAV1ReferenceInfoFlagsModifier and TypeMethodDescriptionStdVideoEncodeAV1ReferenceInfoFlags.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoEncodeAV1ReferenceInfoFlags> consumer) StdVideoEncodeAV1ReferenceInfo.flags(Consumer<@NotNull StdVideoEncodeAV1ReferenceInfoFlags> consumer)