Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265VideoParameterSet
Packages that use StdVideoH265VideoParameterSet
-
Uses of StdVideoH265VideoParameterSet in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoH265VideoParameterSetModifier 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 StdVideoH265VideoParameterSetModifier and TypeMethodDescription@NotNull StdVideoH265VideoParameterSet
StdVideoH265VideoParameterSet.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoH265VideoParameterSet.clone
(Arena arena, StdVideoH265VideoParameterSet src) StdVideoH265VideoParameterSet.flags
(@NotNull StdVideoH265VpsFlags value) StdVideoH265VideoParameterSet.flags
(Consumer<@NotNull StdVideoH265VpsFlags> consumer) StdVideoH265VideoParameterSet.pDecPicBufMgr
(@Nullable IStdVideoH265DecPicBufMgr value) StdVideoH265VideoParameterSet.pHrdParameters
(@Nullable IStdVideoH265HrdParameters value) StdVideoH265VideoParameterSet.pProfileTierLevel
(@Nullable IStdVideoH265ProfileTierLevel value) @Nullable StdVideoH265VideoParameterSet
VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPS()
@Nullable StdVideoH265VideoParameterSet
VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSs()
@Nullable StdVideoH265VideoParameterSet
VkVideoEncodeH265SessionParametersAddInfoKHR.pStdVPSs()
StdVideoH265VideoParameterSet.Ptr.toArray()
StdVideoH265VideoParameterSet.vps_max_sub_layers_minus1
(byte value) StdVideoH265VideoParameterSet.vps_num_ticks_poc_diff_one_minus1
(int value) StdVideoH265VideoParameterSet.vps_num_units_in_tick
(int value) StdVideoH265VideoParameterSet.vps_time_scale
(int value) StdVideoH265VideoParameterSet.vps_video_parameter_set_id
(byte value) Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoH265VideoParameterSetModifier and TypeMethodDescription@NotNull Iterator
<StdVideoH265VideoParameterSet> StdVideoH265VideoParameterSet.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type StdVideoH265VideoParameterSetModifier and TypeMethodDescriptionStdVideoH265VideoParameterSet.clone
(Arena arena, StdVideoH265VideoParameterSet src) void
StdVideoH265VideoParameterSet.Ptr.write
(long index, @NotNull StdVideoH265VideoParameterSet value)