Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH264WeightTable
Packages that use StdVideoEncodeH264WeightTable
-
Uses of StdVideoEncodeH264WeightTable in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoEncodeH264WeightTableModifier 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 StdVideoEncodeH264WeightTableModifier and TypeMethodDescription@NotNull StdVideoEncodeH264WeightTable
StdVideoEncodeH264WeightTable.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoEncodeH264WeightTable.chroma_log2_weight_denom
(byte value) StdVideoEncodeH264WeightTable.chroma_offset_l0
(BytePtr value) StdVideoEncodeH264WeightTable.chroma_offset_l1
(BytePtr value) StdVideoEncodeH264WeightTable.chroma_weight_l0
(BytePtr value) StdVideoEncodeH264WeightTable.chroma_weight_l1
(BytePtr value) StdVideoEncodeH264WeightTable.clone
(Arena arena, StdVideoEncodeH264WeightTable src) StdVideoEncodeH264WeightTable.flags
(@NotNull StdVideoEncodeH264WeightTableFlags value) StdVideoEncodeH264WeightTable.flags
(Consumer<@NotNull StdVideoEncodeH264WeightTableFlags> consumer) StdVideoEncodeH264WeightTable.luma_log2_weight_denom
(byte value) StdVideoEncodeH264WeightTable.luma_offset_l0
(BytePtr value) StdVideoEncodeH264WeightTable.luma_offset_l1
(BytePtr value) StdVideoEncodeH264WeightTable.luma_weight_l0
(BytePtr value) StdVideoEncodeH264WeightTable.luma_weight_l1
(BytePtr value) @Nullable StdVideoEncodeH264WeightTable
StdVideoEncodeH264SliceHeader.pWeightTable()
StdVideoEncodeH264WeightTable.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoEncodeH264WeightTableModifier and TypeMethodDescription@NotNull Iterator
<StdVideoEncodeH264WeightTable> StdVideoEncodeH264WeightTable.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoEncodeH264WeightTableModifier and TypeMethodDescriptionStdVideoEncodeH264WeightTable.clone
(Arena arena, StdVideoEncodeH264WeightTable src) void
StdVideoEncodeH264WeightTable.Ptr.write
(long index, @NotNull StdVideoEncodeH264WeightTable value)