Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH264SpsVuiFlags
Packages that use StdVideoH264SpsVuiFlags
-
Uses of StdVideoH264SpsVuiFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH264SpsVuiFlagsModifier 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 StdVideoH264SpsVuiFlagsModifier and TypeMethodDescriptionstatic StdVideoH264SpsVuiFlags
StdVideoH264SpsVuiFlags.aspect_ratio_info_present_flag
(boolean value) @NotNull StdVideoH264SpsVuiFlags
StdVideoH264SpsVuiFlags.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoH264SpsVuiFlags.bitstream_restriction_flag
(boolean value) StdVideoH264SpsVuiFlags.chroma_loc_info_present_flag
(boolean value) static StdVideoH264SpsVuiFlags
StdVideoH264SpsVuiFlags.clone
(Arena arena, StdVideoH264SpsVuiFlags src) StdVideoH264SpsVuiFlags.color_description_present_flag
(boolean value) StdVideoH264SpsVuiFlags.fixed_frame_rate_flag
(boolean value) @NotNull StdVideoH264SpsVuiFlags
StdVideoH264SequenceParameterSetVui.flags()
StdVideoH264SpsVuiFlags.nal_hrd_parameters_present_flag
(boolean value) StdVideoH264SpsVuiFlags.overscan_appropriate_flag
(boolean value) StdVideoH264SpsVuiFlags.overscan_info_present_flag
(boolean value) StdVideoH264SpsVuiFlags.timing_info_present_flag
(boolean value) StdVideoH264SpsVuiFlags.Ptr.toArray()
StdVideoH264SpsVuiFlags.vcl_hrd_parameters_present_flag
(boolean value) StdVideoH264SpsVuiFlags.video_full_range_flag
(boolean value) StdVideoH264SpsVuiFlags.video_signal_type_present_flag
(boolean value) Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH264SpsVuiFlagsModifier and TypeMethodDescription@NotNull Iterator
<StdVideoH264SpsVuiFlags> StdVideoH264SpsVuiFlags.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH264SpsVuiFlagsModifier and TypeMethodDescriptionstatic StdVideoH264SpsVuiFlags
StdVideoH264SpsVuiFlags.clone
(Arena arena, StdVideoH264SpsVuiFlags src) StdVideoH264SequenceParameterSetVui.flags
(@NotNull StdVideoH264SpsVuiFlags value) void
StdVideoH264SpsVuiFlags.Ptr.write
(long index, @NotNull StdVideoH264SpsVuiFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH264SpsVuiFlagsModifier and TypeMethodDescriptionStdVideoH264SpsVuiFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoH264SpsVuiFlags> consumer) StdVideoH264SequenceParameterSetVui.flags
(Consumer<@NotNull StdVideoH264SpsVuiFlags> consumer)