Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265VpsFlags
Packages that use StdVideoH265VpsFlags
-
Uses of StdVideoH265VpsFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH265VpsFlagsModifier 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 StdVideoH265VpsFlagsModifier and TypeMethodDescriptionstatic StdVideoH265VpsFlags
@NotNull StdVideoH265VpsFlags
StdVideoH265VpsFlags.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static StdVideoH265VpsFlags
StdVideoH265VpsFlags.clone
(Arena arena, StdVideoH265VpsFlags src) @NotNull StdVideoH265VpsFlags
StdVideoH265VideoParameterSet.flags()
StdVideoH265VpsFlags.Ptr.toArray()
StdVideoH265VpsFlags.vps_poc_proportional_to_timing_flag
(boolean value) StdVideoH265VpsFlags.vps_sub_layer_ordering_info_present_flag
(boolean value) StdVideoH265VpsFlags.vps_temporal_id_nesting_flag
(boolean value) StdVideoH265VpsFlags.vps_timing_info_present_flag
(boolean value) Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH265VpsFlagsModifier and TypeMethodDescription@NotNull Iterator
<StdVideoH265VpsFlags> StdVideoH265VpsFlags.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH265VpsFlagsModifier and TypeMethodDescriptionstatic StdVideoH265VpsFlags
StdVideoH265VpsFlags.clone
(Arena arena, StdVideoH265VpsFlags src) StdVideoH265VideoParameterSet.flags
(@NotNull StdVideoH265VpsFlags value) void
StdVideoH265VpsFlags.Ptr.write
(long index, @NotNull StdVideoH265VpsFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH265VpsFlagsModifier and TypeMethodDescriptionStdVideoH265VideoParameterSet.flags
(Consumer<@NotNull StdVideoH265VpsFlags> consumer)