Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH265SliceSegmentHeaderFlags
Packages that use StdVideoEncodeH265SliceSegmentHeaderFlags
-
Uses of StdVideoEncodeH265SliceSegmentHeaderFlags in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type StdVideoEncodeH265SliceSegmentHeaderFlagsModifier 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 StdVideoEncodeH265SliceSegmentHeaderFlagsModifier and TypeMethodDescriptionStdVideoEncodeH265SliceSegmentHeaderFlags.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.StdVideoEncodeH265SliceSegmentHeaderFlags.cabac_init_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.clone
(Arena arena, StdVideoEncodeH265SliceSegmentHeaderFlags src) StdVideoEncodeH265SliceSegmentHeaderFlags.collocated_from_l0_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.cu_chroma_qp_offset_enabled_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.deblocking_filter_override_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.dependent_slice_segment_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.first_slice_segment_in_pic_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeader.flags()
StdVideoEncodeH265SliceSegmentHeaderFlags.mvd_l1_zero_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.num_ref_idx_active_override_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.slice_deblocking_filter_disabled_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.slice_loop_filter_across_slices_enabled_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.slice_sao_chroma_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.slice_sao_luma_flag
(boolean value) StdVideoEncodeH265SliceSegmentHeaderFlags.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type StdVideoEncodeH265SliceSegmentHeaderFlagsMethods in club.doki7.vulkan.datatype with parameters of type StdVideoEncodeH265SliceSegmentHeaderFlagsModifier and TypeMethodDescriptionStdVideoEncodeH265SliceSegmentHeaderFlags.clone
(Arena arena, StdVideoEncodeH265SliceSegmentHeaderFlags src) StdVideoEncodeH265SliceSegmentHeader.flags
(@NotNull StdVideoEncodeH265SliceSegmentHeaderFlags value) void
StdVideoEncodeH265SliceSegmentHeaderFlags.Ptr.write
(long index, @NotNull StdVideoEncodeH265SliceSegmentHeaderFlags value) Method parameters in club.doki7.vulkan.datatype with type arguments of type StdVideoEncodeH265SliceSegmentHeaderFlagsModifier and TypeMethodDescriptionStdVideoEncodeH265SliceSegmentHeaderFlags.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoEncodeH265SliceSegmentHeaderFlags> consumer) StdVideoEncodeH265SliceSegmentHeader.flags
(Consumer<@NotNull StdVideoEncodeH265SliceSegmentHeaderFlags> consumer)