Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH264SequenceParameterSetVui
Packages that use StdVideoH264SequenceParameterSetVui
-
Uses of StdVideoH264SequenceParameterSetVui in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH264SequenceParameterSetVuiModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH264SequenceParameterSetVuiModifier and TypeMethodDescriptionStdVideoH264SequenceParameterSetVui.aspect_ratio_idc(int value) @NotNull StdVideoH264SequenceParameterSetVuiStdVideoH264SequenceParameterSetVui.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_bottom_field(byte value) StdVideoH264SequenceParameterSetVui.chroma_sample_loc_type_top_field(byte value) StdVideoH264SequenceParameterSetVui.clone(Arena arena, StdVideoH264SequenceParameterSetVui src) StdVideoH264SequenceParameterSetVui.colour_primaries(byte value) StdVideoH264SequenceParameterSetVui.flags(@NotNull StdVideoH264SpsVuiFlags value) StdVideoH264SequenceParameterSetVui.flags(Consumer<@NotNull StdVideoH264SpsVuiFlags> consumer) StdVideoH264SequenceParameterSetVui.matrix_coefficients(byte value) StdVideoH264SequenceParameterSetVui.max_dec_frame_buffering(byte value) StdVideoH264SequenceParameterSetVui.max_num_reorder_frames(byte value) StdVideoH264SequenceParameterSetVui.num_units_in_tick(int value) StdVideoH264SequenceParameterSetVui.pHrdParameters(@Nullable IStdVideoH264HrdParameters value) @Nullable StdVideoH264SequenceParameterSetVuiStdVideoH264SequenceParameterSet.pSequenceParameterSetVui()StdVideoH264SequenceParameterSetVui.sar_height(short value) StdVideoH264SequenceParameterSetVui.sar_width(short value) StdVideoH264SequenceParameterSetVui.time_scale(int value) StdVideoH264SequenceParameterSetVui.Ptr.toArray()StdVideoH264SequenceParameterSetVui.transfer_characteristics(byte value) StdVideoH264SequenceParameterSetVui.video_format(byte value) Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH264SequenceParameterSetVuiModifier and TypeMethodDescription@NotNull Iterator<StdVideoH264SequenceParameterSetVui> StdVideoH264SequenceParameterSetVui.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH264SequenceParameterSetVuiModifier and TypeMethodDescriptionStdVideoH264SequenceParameterSetVui.clone(Arena arena, StdVideoH264SequenceParameterSetVui src) voidStdVideoH264SequenceParameterSetVui.Ptr.write(long index, @NotNull StdVideoH264SequenceParameterSetVui value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH264SequenceParameterSetVuiModifier and TypeMethodDescriptionStdVideoH264SequenceParameterSetVui.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH264SequenceParameterSetVui> consumer)