Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH264SequenceParameterSet
Packages that use StdVideoH264SequenceParameterSet
-
Uses of StdVideoH264SequenceParameterSet in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH264SequenceParameterSetModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH264SequenceParameterSetModifier and TypeMethodDescription@NotNull StdVideoH264SequenceParameterSetStdVideoH264SequenceParameterSet.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoH264SequenceParameterSet.bit_depth_chroma_minus8(byte value) StdVideoH264SequenceParameterSet.bit_depth_luma_minus8(byte value) StdVideoH264SequenceParameterSet.chroma_format_idc(int value) StdVideoH264SequenceParameterSet.clone(Arena arena, StdVideoH264SequenceParameterSet src) StdVideoH264SequenceParameterSet.flags(@NotNull StdVideoH264SpsFlags value) StdVideoH264SequenceParameterSet.flags(Consumer<@NotNull StdVideoH264SpsFlags> consumer) StdVideoH264SequenceParameterSet.frame_crop_bottom_offset(int value) StdVideoH264SequenceParameterSet.frame_crop_left_offset(int value) StdVideoH264SequenceParameterSet.frame_crop_right_offset(int value) StdVideoH264SequenceParameterSet.frame_crop_top_offset(int value) StdVideoH264SequenceParameterSet.level_idc(int value) StdVideoH264SequenceParameterSet.log2_max_frame_num_minus4(byte value) StdVideoH264SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4(byte value) StdVideoH264SequenceParameterSet.max_num_ref_frames(byte value) StdVideoH264SequenceParameterSet.num_ref_frames_in_pic_order_cnt_cycle(byte value) StdVideoH264SequenceParameterSet.offset_for_non_ref_pic(int value) StdVideoH264SequenceParameterSet.offset_for_top_to_bottom_field(int value) StdVideoH264SequenceParameterSet.pic_height_in_map_units_minus1(int value) StdVideoH264SequenceParameterSet.pic_order_cnt_type(int value) StdVideoH264SequenceParameterSet.pic_width_in_mbs_minus1(int value) StdVideoH264SequenceParameterSet.pOffsetForRefFrame(@Nullable IntPtr value) StdVideoH264SequenceParameterSet.profile_idc(int value) StdVideoH264SequenceParameterSet.pScalingLists(@Nullable IStdVideoH264ScalingLists value) StdVideoH264SequenceParameterSet.pSequenceParameterSetVui(@Nullable IStdVideoH264SequenceParameterSetVui value) @Nullable StdVideoH264SequenceParameterSetVkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPS()@Nullable StdVideoH264SequenceParameterSetVkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSs()@Nullable StdVideoH264SequenceParameterSetVkVideoEncodeH264SessionParametersAddInfoKHR.pStdSPSs()StdVideoH264SequenceParameterSet.seq_parameter_set_id(byte value) StdVideoH264SequenceParameterSet.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH264SequenceParameterSetModifier and TypeMethodDescription@NotNull Iterator<StdVideoH264SequenceParameterSet> StdVideoH264SequenceParameterSet.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH264SequenceParameterSetModifier and TypeMethodDescriptionStdVideoH264SequenceParameterSet.clone(Arena arena, StdVideoH264SequenceParameterSet src) voidStdVideoH264SequenceParameterSet.Ptr.write(long index, @NotNull StdVideoH264SequenceParameterSet value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH264SequenceParameterSetModifier and TypeMethodDescriptionStdVideoH264SequenceParameterSet.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH264SequenceParameterSet> consumer)