Uses of Record Class
club.doki7.vulkan.datatype.StdVideoAV1GlobalMotion
Packages that use StdVideoAV1GlobalMotion
-
Uses of StdVideoAV1GlobalMotion in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoAV1GlobalMotionModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoAV1GlobalMotionModifier and TypeMethodDescriptionstatic StdVideoAV1GlobalMotion@NotNull StdVideoAV1GlobalMotionStdVideoAV1GlobalMotion.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static StdVideoAV1GlobalMotionStdVideoAV1GlobalMotion.clone(Arena arena, StdVideoAV1GlobalMotion src) @Nullable StdVideoAV1GlobalMotionStdVideoDecodeAV1PictureInfo.pGlobalMotion()@Nullable StdVideoAV1GlobalMotionStdVideoEncodeAV1PictureInfo.pGlobalMotion()StdVideoAV1GlobalMotion.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoAV1GlobalMotionModifier and TypeMethodDescription@NotNull Iterator<StdVideoAV1GlobalMotion> StdVideoAV1GlobalMotion.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoAV1GlobalMotionModifier and TypeMethodDescriptionstatic StdVideoAV1GlobalMotionStdVideoAV1GlobalMotion.clone(Arena arena, StdVideoAV1GlobalMotion src) voidStdVideoAV1GlobalMotion.Ptr.write(long index, @NotNull StdVideoAV1GlobalMotion value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoAV1GlobalMotionModifier and TypeMethodDescriptionStdVideoAV1GlobalMotion.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoAV1GlobalMotion> consumer)