Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH264WeightTableFlags
Packages that use StdVideoEncodeH264WeightTableFlags
-
Uses of StdVideoEncodeH264WeightTableFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoEncodeH264WeightTableFlagsModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH264WeightTableFlagsModifier and TypeMethodDescription@NotNull StdVideoEncodeH264WeightTableFlagsStdVideoEncodeH264WeightTableFlags.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoEncodeH264WeightTableFlags.chroma_weight_l0_flag(int value) StdVideoEncodeH264WeightTableFlags.chroma_weight_l1_flag(int value) StdVideoEncodeH264WeightTableFlags.clone(Arena arena, StdVideoEncodeH264WeightTableFlags src) @NotNull StdVideoEncodeH264WeightTableFlagsStdVideoEncodeH264WeightTable.flags()StdVideoEncodeH264WeightTableFlags.luma_weight_l0_flag(int value) StdVideoEncodeH264WeightTableFlags.luma_weight_l1_flag(int value) StdVideoEncodeH264WeightTableFlags.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoEncodeH264WeightTableFlagsModifier and TypeMethodDescription@NotNull Iterator<StdVideoEncodeH264WeightTableFlags> StdVideoEncodeH264WeightTableFlags.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoEncodeH264WeightTableFlagsModifier and TypeMethodDescriptionStdVideoEncodeH264WeightTableFlags.clone(Arena arena, StdVideoEncodeH264WeightTableFlags src) StdVideoEncodeH264WeightTable.flags(@NotNull StdVideoEncodeH264WeightTableFlags value) voidStdVideoEncodeH264WeightTableFlags.Ptr.write(long index, @NotNull StdVideoEncodeH264WeightTableFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoEncodeH264WeightTableFlagsModifier and TypeMethodDescriptionStdVideoEncodeH264WeightTableFlags.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoEncodeH264WeightTableFlags> consumer) StdVideoEncodeH264WeightTable.flags(Consumer<@NotNull StdVideoEncodeH264WeightTableFlags> consumer)