Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265ProfileTierLevel
Packages that use StdVideoH265ProfileTierLevel
-
Uses of StdVideoH265ProfileTierLevel in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH265ProfileTierLevelModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH265ProfileTierLevelModifier and TypeMethodDescriptionstatic StdVideoH265ProfileTierLevel@NotNull StdVideoH265ProfileTierLevelStdVideoH265ProfileTierLevel.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static StdVideoH265ProfileTierLevelStdVideoH265ProfileTierLevel.clone(Arena arena, StdVideoH265ProfileTierLevel src) StdVideoH265ProfileTierLevel.flags(@NotNull StdVideoH265ProfileTierLevelFlags value) StdVideoH265ProfileTierLevel.flags(Consumer<@NotNull StdVideoH265ProfileTierLevelFlags> consumer) StdVideoH265ProfileTierLevel.general_level_idc(int value) StdVideoH265ProfileTierLevel.general_profile_idc(int value) @Nullable StdVideoH265ProfileTierLevelStdVideoH265SequenceParameterSet.pProfileTierLevel()@Nullable StdVideoH265ProfileTierLevelStdVideoH265VideoParameterSet.pProfileTierLevel()StdVideoH265ProfileTierLevel.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH265ProfileTierLevelModifier and TypeMethodDescription@NotNull Iterator<StdVideoH265ProfileTierLevel> StdVideoH265ProfileTierLevel.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH265ProfileTierLevelModifier and TypeMethodDescriptionstatic StdVideoH265ProfileTierLevelStdVideoH265ProfileTierLevel.clone(Arena arena, StdVideoH265ProfileTierLevel src) voidStdVideoH265ProfileTierLevel.Ptr.write(long index, @NotNull StdVideoH265ProfileTierLevel value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH265ProfileTierLevelModifier and TypeMethodDescriptionStdVideoH265ProfileTierLevel.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH265ProfileTierLevel> consumer)