Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265HrdFlags
Packages that use StdVideoH265HrdFlags
-
Uses of StdVideoH265HrdFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH265HrdFlagsModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH265HrdFlagsModifier and TypeMethodDescriptionstatic StdVideoH265HrdFlags@NotNull StdVideoH265HrdFlagsStdVideoH265HrdFlags.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static StdVideoH265HrdFlagsStdVideoH265HrdFlags.clone(Arena arena, StdVideoH265HrdFlags src) StdVideoH265HrdFlags.fixed_pic_rate_general_flag(int value) StdVideoH265HrdFlags.fixed_pic_rate_within_cvs_flag(int value) @NotNull StdVideoH265HrdFlagsStdVideoH265HrdParameters.flags()StdVideoH265HrdFlags.low_delay_hrd_flag(int value) StdVideoH265HrdFlags.nal_hrd_parameters_present_flag(boolean value) StdVideoH265HrdFlags.sub_pic_cpb_params_in_pic_timing_sei_flag(boolean value) StdVideoH265HrdFlags.sub_pic_hrd_params_present_flag(boolean value) StdVideoH265HrdFlags.Ptr.toArray()StdVideoH265HrdFlags.vcl_hrd_parameters_present_flag(boolean value) Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH265HrdFlagsModifier and TypeMethodDescription@NotNull Iterator<StdVideoH265HrdFlags> StdVideoH265HrdFlags.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH265HrdFlagsModifier and TypeMethodDescriptionstatic StdVideoH265HrdFlagsStdVideoH265HrdFlags.clone(Arena arena, StdVideoH265HrdFlags src) StdVideoH265HrdParameters.flags(@NotNull StdVideoH265HrdFlags value) voidStdVideoH265HrdFlags.Ptr.write(long index, @NotNull StdVideoH265HrdFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH265HrdFlagsModifier and TypeMethodDescriptionStdVideoH265HrdFlags.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH265HrdFlags> consumer) StdVideoH265HrdParameters.flags(Consumer<@NotNull StdVideoH265HrdFlags> consumer)