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 record
Represents 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 StdVideoH265ProfileTierLevel
StdVideoH265ProfileTierLevel.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static StdVideoH265ProfileTierLevel
StdVideoH265ProfileTierLevel.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 StdVideoH265ProfileTierLevel
StdVideoH265SequenceParameterSet.pProfileTierLevel()
@Nullable StdVideoH265ProfileTierLevel
StdVideoH265VideoParameterSet.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 StdVideoH265ProfileTierLevel
StdVideoH265ProfileTierLevel.clone
(Arena arena, StdVideoH265ProfileTierLevel src) void
StdVideoH265ProfileTierLevel.Ptr.write
(long index, @NotNull StdVideoH265ProfileTierLevel value)