Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265ProfileTierLevelFlags
Packages that use StdVideoH265ProfileTierLevelFlags
-
Uses of StdVideoH265ProfileTierLevelFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH265ProfileTierLevelFlagsModifier 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 StdVideoH265ProfileTierLevelFlagsModifier and TypeMethodDescription@NotNull StdVideoH265ProfileTierLevelFlags
StdVideoH265ProfileTierLevelFlags.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoH265ProfileTierLevelFlags.clone
(Arena arena, StdVideoH265ProfileTierLevelFlags src) @NotNull StdVideoH265ProfileTierLevelFlags
StdVideoH265ProfileTierLevel.flags()
StdVideoH265ProfileTierLevelFlags.general_frame_only_constraint_flag
(boolean value) StdVideoH265ProfileTierLevelFlags.general_interlaced_source_flag
(boolean value) StdVideoH265ProfileTierLevelFlags.general_non_packed_constraint_flag
(boolean value) StdVideoH265ProfileTierLevelFlags.general_progressive_source_flag
(boolean value) StdVideoH265ProfileTierLevelFlags.general_tier_flag
(boolean value) StdVideoH265ProfileTierLevelFlags.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH265ProfileTierLevelFlagsModifier and TypeMethodDescription@NotNull Iterator
<StdVideoH265ProfileTierLevelFlags> StdVideoH265ProfileTierLevelFlags.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH265ProfileTierLevelFlagsModifier and TypeMethodDescriptionStdVideoH265ProfileTierLevelFlags.clone
(Arena arena, StdVideoH265ProfileTierLevelFlags src) StdVideoH265ProfileTierLevel.flags
(@NotNull StdVideoH265ProfileTierLevelFlags value) void
StdVideoH265ProfileTierLevelFlags.Ptr.write
(long index, @NotNull StdVideoH265ProfileTierLevelFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH265ProfileTierLevelFlagsModifier and TypeMethodDescriptionStdVideoH265ProfileTierLevelFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoH265ProfileTierLevelFlags> consumer) StdVideoH265ProfileTierLevel.flags
(Consumer<@NotNull StdVideoH265ProfileTierLevelFlags> consumer)