Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265SequenceParameterSet
Packages that use StdVideoH265SequenceParameterSet
-
Uses of StdVideoH265SequenceParameterSet in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH265SequenceParameterSetModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return StdVideoH265SequenceParameterSetModifier and TypeMethodDescription@NotNull StdVideoH265SequenceParameterSetStdVideoH265SequenceParameterSet.Ptr.at(long index) Returns (a pointer to) the structure at the given index.StdVideoH265SequenceParameterSet.bit_depth_chroma_minus8(byte value) StdVideoH265SequenceParameterSet.bit_depth_luma_minus8(byte value) StdVideoH265SequenceParameterSet.chroma_format_idc(int value) StdVideoH265SequenceParameterSet.clone(Arena arena, StdVideoH265SequenceParameterSet src) StdVideoH265SequenceParameterSet.conf_win_bottom_offset(int value) StdVideoH265SequenceParameterSet.conf_win_left_offset(int value) StdVideoH265SequenceParameterSet.conf_win_right_offset(int value) StdVideoH265SequenceParameterSet.conf_win_top_offset(int value) StdVideoH265SequenceParameterSet.delta_palette_max_predictor_size(byte value) StdVideoH265SequenceParameterSet.flags(@NotNull StdVideoH265SpsFlags value) StdVideoH265SequenceParameterSet.flags(Consumer<@NotNull StdVideoH265SpsFlags> consumer) StdVideoH265SequenceParameterSet.log2_diff_max_min_luma_coding_block_size(byte value) StdVideoH265SequenceParameterSet.log2_diff_max_min_luma_transform_block_size(byte value) StdVideoH265SequenceParameterSet.log2_diff_max_min_pcm_luma_coding_block_size(byte value) StdVideoH265SequenceParameterSet.log2_max_pic_order_cnt_lsb_minus4(byte value) StdVideoH265SequenceParameterSet.log2_min_luma_coding_block_size_minus3(byte value) StdVideoH265SequenceParameterSet.log2_min_luma_transform_block_size_minus2(byte value) StdVideoH265SequenceParameterSet.log2_min_pcm_luma_coding_block_size_minus3(byte value) StdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_inter(byte value) StdVideoH265SequenceParameterSet.max_transform_hierarchy_depth_intra(byte value) StdVideoH265SequenceParameterSet.motion_vector_resolution_control_idc(byte value) StdVideoH265SequenceParameterSet.num_long_term_ref_pics_sps(byte value) StdVideoH265SequenceParameterSet.num_short_term_ref_pic_sets(byte value) StdVideoH265SequenceParameterSet.palette_max_size(byte value) StdVideoH265SequenceParameterSet.pcm_sample_bit_depth_chroma_minus1(byte value) StdVideoH265SequenceParameterSet.pcm_sample_bit_depth_luma_minus1(byte value) StdVideoH265SequenceParameterSet.pDecPicBufMgr(@Nullable IStdVideoH265DecPicBufMgr value) StdVideoH265SequenceParameterSet.pic_height_in_luma_samples(int value) StdVideoH265SequenceParameterSet.pic_width_in_luma_samples(int value) StdVideoH265SequenceParameterSet.pLongTermRefPicsSps(@Nullable IStdVideoH265LongTermRefPicsSps value) StdVideoH265SequenceParameterSet.pPredictorPaletteEntries(@Nullable IStdVideoH265PredictorPaletteEntries value) StdVideoH265SequenceParameterSet.pProfileTierLevel(@Nullable IStdVideoH265ProfileTierLevel value) StdVideoH265SequenceParameterSet.pScalingLists(@Nullable IStdVideoH265ScalingLists value) StdVideoH265SequenceParameterSet.pSequenceParameterSetVui(@Nullable IStdVideoH265SequenceParameterSetVui value) StdVideoH265SequenceParameterSet.pShortTermRefPicSet(@Nullable IStdVideoH265ShortTermRefPicSet value) @Nullable StdVideoH265SequenceParameterSetVkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPS()@Nullable StdVideoH265SequenceParameterSetVkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSs()@Nullable StdVideoH265SequenceParameterSetVkVideoEncodeH265SessionParametersAddInfoKHR.pStdSPSs()StdVideoH265SequenceParameterSet.sps_max_sub_layers_minus1(byte value) StdVideoH265SequenceParameterSet.sps_num_palette_predictor_initializers_minus1(byte value) StdVideoH265SequenceParameterSet.sps_seq_parameter_set_id(byte value) StdVideoH265SequenceParameterSet.sps_video_parameter_set_id(byte value) StdVideoH265SequenceParameterSet.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH265SequenceParameterSetModifier and TypeMethodDescription@NotNull Iterator<StdVideoH265SequenceParameterSet> StdVideoH265SequenceParameterSet.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH265SequenceParameterSetModifier and TypeMethodDescriptionStdVideoH265SequenceParameterSet.clone(Arena arena, StdVideoH265SequenceParameterSet src) voidStdVideoH265SequenceParameterSet.Ptr.write(long index, @NotNull StdVideoH265SequenceParameterSet value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoH265SequenceParameterSetModifier and TypeMethodDescriptionStdVideoH265SequenceParameterSet.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoH265SequenceParameterSet> consumer)