Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH265WeightTableFlags
Packages that use StdVideoEncodeH265WeightTableFlags
-
Uses of StdVideoEncodeH265WeightTableFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoEncodeH265WeightTableFlagsModifier 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 StdVideoEncodeH265WeightTableFlagsModifier and TypeMethodDescription@NotNull StdVideoEncodeH265WeightTableFlags
StdVideoEncodeH265WeightTableFlags.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoEncodeH265WeightTableFlags.chroma_weight_l0_flag
(short value) StdVideoEncodeH265WeightTableFlags.chroma_weight_l1_flag
(short value) StdVideoEncodeH265WeightTableFlags.clone
(Arena arena, StdVideoEncodeH265WeightTableFlags src) @NotNull StdVideoEncodeH265WeightTableFlags
StdVideoEncodeH265WeightTable.flags()
StdVideoEncodeH265WeightTableFlags.luma_weight_l0_flag
(short value) StdVideoEncodeH265WeightTableFlags.luma_weight_l1_flag
(short value) StdVideoEncodeH265WeightTableFlags.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoEncodeH265WeightTableFlagsModifier and TypeMethodDescription@NotNull Iterator
<StdVideoEncodeH265WeightTableFlags> StdVideoEncodeH265WeightTableFlags.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoEncodeH265WeightTableFlagsModifier and TypeMethodDescriptionStdVideoEncodeH265WeightTableFlags.clone
(Arena arena, StdVideoEncodeH265WeightTableFlags src) StdVideoEncodeH265WeightTable.flags
(@NotNull StdVideoEncodeH265WeightTableFlags value) void
StdVideoEncodeH265WeightTableFlags.Ptr.write
(long index, @NotNull StdVideoEncodeH265WeightTableFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoEncodeH265WeightTableFlagsModifier and TypeMethodDescriptionStdVideoEncodeH265WeightTable.flags
(Consumer<@NotNull StdVideoEncodeH265WeightTableFlags> consumer)