Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH265WeightTable
Packages that use StdVideoEncodeH265WeightTable
-
Uses of StdVideoEncodeH265WeightTable in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoEncodeH265WeightTableModifier 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 StdVideoEncodeH265WeightTableModifier and TypeMethodDescription@NotNull StdVideoEncodeH265WeightTable
StdVideoEncodeH265WeightTable.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoEncodeH265WeightTable.clone
(Arena arena, StdVideoEncodeH265WeightTable src) StdVideoEncodeH265WeightTable.delta_chroma_log2_weight_denom
(byte value) StdVideoEncodeH265WeightTable.delta_chroma_offset_l0
(BytePtr value) StdVideoEncodeH265WeightTable.delta_chroma_offset_l0
(@NotNull Consumer<BytePtr> consumer) StdVideoEncodeH265WeightTable.delta_chroma_offset_l1
(BytePtr value) StdVideoEncodeH265WeightTable.delta_chroma_offset_l1
(@NotNull Consumer<BytePtr> consumer) StdVideoEncodeH265WeightTable.delta_chroma_weight_l0
(BytePtr value) StdVideoEncodeH265WeightTable.delta_chroma_weight_l0
(@NotNull Consumer<BytePtr> consumer) StdVideoEncodeH265WeightTable.delta_chroma_weight_l1
(BytePtr value) StdVideoEncodeH265WeightTable.delta_chroma_weight_l1
(@NotNull Consumer<BytePtr> consumer) StdVideoEncodeH265WeightTable.delta_luma_weight_l0
(BytePtr value) StdVideoEncodeH265WeightTable.delta_luma_weight_l0
(@NotNull Consumer<BytePtr> consumer) StdVideoEncodeH265WeightTable.delta_luma_weight_l1
(BytePtr value) StdVideoEncodeH265WeightTable.delta_luma_weight_l1
(@NotNull Consumer<BytePtr> consumer) StdVideoEncodeH265WeightTable.flags
(@NotNull StdVideoEncodeH265WeightTableFlags value) StdVideoEncodeH265WeightTable.flags
(Consumer<@NotNull StdVideoEncodeH265WeightTableFlags> consumer) StdVideoEncodeH265WeightTable.luma_log2_weight_denom
(byte value) StdVideoEncodeH265WeightTable.luma_offset_l0
(BytePtr value) StdVideoEncodeH265WeightTable.luma_offset_l0
(@NotNull Consumer<BytePtr> consumer) StdVideoEncodeH265WeightTable.luma_offset_l1
(BytePtr value) StdVideoEncodeH265WeightTable.luma_offset_l1
(@NotNull Consumer<BytePtr> consumer) @Nullable StdVideoEncodeH265WeightTable
StdVideoEncodeH265SliceSegmentHeader.pWeightTable()
StdVideoEncodeH265WeightTable.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoEncodeH265WeightTableModifier and TypeMethodDescription@NotNull Iterator
<StdVideoEncodeH265WeightTable> StdVideoEncodeH265WeightTable.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoEncodeH265WeightTableModifier and TypeMethodDescriptionStdVideoEncodeH265WeightTable.clone
(Arena arena, StdVideoEncodeH265WeightTable src) void
StdVideoEncodeH265WeightTable.Ptr.write
(long index, @NotNull StdVideoEncodeH265WeightTable value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoEncodeH265WeightTableModifier and TypeMethodDescriptionStdVideoEncodeH265WeightTable.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoEncodeH265WeightTable> consumer)