Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265PredictorPaletteEntries
Packages that use StdVideoH265PredictorPaletteEntries
-
Uses of StdVideoH265PredictorPaletteEntries in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH265PredictorPaletteEntriesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH265PredictorPaletteEntriesModifier and TypeMethodDescription@NotNull StdVideoH265PredictorPaletteEntriesStdVideoH265PredictorPaletteEntries.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoH265PredictorPaletteEntries.clone(Arena arena, StdVideoH265PredictorPaletteEntries src) @Nullable StdVideoH265PredictorPaletteEntriesStdVideoH265PictureParameterSet.pPredictorPaletteEntries()@Nullable StdVideoH265PredictorPaletteEntriesStdVideoH265SequenceParameterSet.pPredictorPaletteEntries()StdVideoH265PredictorPaletteEntries.PredictorPaletteEntries(ShortPtr value) StdVideoH265PredictorPaletteEntries.PredictorPaletteEntries(@NotNull Consumer<ShortPtr> consumer) StdVideoH265PredictorPaletteEntries.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH265PredictorPaletteEntriesModifier and TypeMethodDescription@NotNull Iterator<StdVideoH265PredictorPaletteEntries> StdVideoH265PredictorPaletteEntries.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH265PredictorPaletteEntriesModifier and TypeMethodDescriptionStdVideoH265PredictorPaletteEntries.clone(Arena arena, StdVideoH265PredictorPaletteEntries src) voidStdVideoH265PredictorPaletteEntries.Ptr.write(long index, @NotNull StdVideoH265PredictorPaletteEntries value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH265PredictorPaletteEntriesModifier and TypeMethodDescriptionStdVideoH265PredictorPaletteEntries.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH265PredictorPaletteEntries> consumer)