Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH264HrdParameters
Packages that use StdVideoH264HrdParameters
-
Uses of StdVideoH264HrdParameters in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH264HrdParametersModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH264HrdParametersModifier and TypeMethodDescriptionstatic StdVideoH264HrdParameters@NotNull StdVideoH264HrdParametersStdVideoH264HrdParameters.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoH264HrdParameters.bit_rate_scale(byte value) StdVideoH264HrdParameters.bit_rate_value_minus1(IntPtr value) StdVideoH264HrdParameters.bit_rate_value_minus1(@NotNull Consumer<IntPtr> consumer) static StdVideoH264HrdParametersStdVideoH264HrdParameters.clone(Arena arena, StdVideoH264HrdParameters src) StdVideoH264HrdParameters.cpb_cnt_minus1(byte value) StdVideoH264HrdParameters.cpb_removal_delay_length_minus1(int value) StdVideoH264HrdParameters.cpb_size_scale(byte value) StdVideoH264HrdParameters.cpb_size_value_minus1(IntPtr value) StdVideoH264HrdParameters.cpb_size_value_minus1(@NotNull Consumer<IntPtr> consumer) StdVideoH264HrdParameters.dpb_output_delay_length_minus1(int value) StdVideoH264HrdParameters.initial_cpb_removal_delay_length_minus1(int value) @Nullable StdVideoH264HrdParametersStdVideoH264SequenceParameterSetVui.pHrdParameters()StdVideoH264HrdParameters.time_offset_length(int value) StdVideoH264HrdParameters.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH264HrdParametersModifier and TypeMethodDescription@NotNull Iterator<StdVideoH264HrdParameters> StdVideoH264HrdParameters.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH264HrdParametersModifier and TypeMethodDescriptionstatic StdVideoH264HrdParametersStdVideoH264HrdParameters.clone(Arena arena, StdVideoH264HrdParameters src) voidStdVideoH264HrdParameters.Ptr.write(long index, @NotNull StdVideoH264HrdParameters value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH264HrdParametersModifier and TypeMethodDescriptionStdVideoH264HrdParameters.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH264HrdParameters> consumer)