Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH264PpsFlags
Packages that use StdVideoH264PpsFlags
-
Uses of StdVideoH264PpsFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH264PpsFlagsModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH264PpsFlagsModifier and TypeMethodDescriptionstatic StdVideoH264PpsFlags@NotNull StdVideoH264PpsFlagsStdVideoH264PpsFlags.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoH264PpsFlags.bottom_field_pic_order_in_frame_present_flag(boolean value) static StdVideoH264PpsFlagsStdVideoH264PpsFlags.clone(Arena arena, StdVideoH264PpsFlags src) StdVideoH264PpsFlags.constrained_intra_pred_flag(boolean value) StdVideoH264PpsFlags.deblocking_filter_control_present_flag(boolean value) StdVideoH264PpsFlags.entropy_coding_mode_flag(boolean value) @NotNull StdVideoH264PpsFlagsStdVideoH264PictureParameterSet.flags()StdVideoH264PpsFlags.pic_scaling_matrix_present_flag(boolean value) StdVideoH264PpsFlags.redundant_pic_cnt_present_flag(boolean value) StdVideoH264PpsFlags.Ptr.toArray()StdVideoH264PpsFlags.transform_8x8_mode_flag(boolean value) StdVideoH264PpsFlags.weighted_pred_flag(boolean value) Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH264PpsFlagsModifier and TypeMethodDescription@NotNull Iterator<StdVideoH264PpsFlags> StdVideoH264PpsFlags.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH264PpsFlagsModifier and TypeMethodDescriptionstatic StdVideoH264PpsFlagsStdVideoH264PpsFlags.clone(Arena arena, StdVideoH264PpsFlags src) StdVideoH264PictureParameterSet.flags(@NotNull StdVideoH264PpsFlags value) voidStdVideoH264PpsFlags.Ptr.write(long index, @NotNull StdVideoH264PpsFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH264PpsFlagsModifier and TypeMethodDescriptionStdVideoH264PpsFlags.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH264PpsFlags> consumer) StdVideoH264PictureParameterSet.flags(Consumer<@NotNull StdVideoH264PpsFlags> consumer)