Package org.lwjgl.vulkan.video
Class StdVideoH265PpsFlags.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<StdVideoH265PpsFlags.Buffer>
org.lwjgl.system.StructBuffer<StdVideoH265PpsFlags,StdVideoH265PpsFlags.Buffer>
org.lwjgl.vulkan.video.StdVideoH265PpsFlags.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<StdVideoH265PpsFlags>
,NativeResource
,Pointer
- Enclosing class:
StdVideoH265PpsFlags
public static class StdVideoH265PpsFlags.Buffer
extends StructBuffer<StdVideoH265PpsFlags,StdVideoH265PpsFlags.Buffer>
implements NativeResource
An array of
StdVideoH265PpsFlags
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newStdVideoH265PpsFlags.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
cabac_init_present_flag
(boolean value) Sets the specified value to thecabac_init_present_flag
field.boolean
chroma_qp_offset_list_enabled_flag
(boolean value) Sets the specified value to thechroma_qp_offset_list_enabled_flag
field.boolean
constrained_intra_pred_flag
(boolean value) Sets the specified value to theconstrained_intra_pred_flag
field.boolean
cross_component_prediction_enabled_flag
(boolean value) Sets the specified value to thecross_component_prediction_enabled_flag
field.boolean
cu_qp_delta_enabled_flag
(boolean value) Sets the specified value to thecu_qp_delta_enabled_flag
field.boolean
deblocking_filter_control_present_flag
(boolean value) Sets the specified value to thedeblocking_filter_control_present_flag
field.boolean
deblocking_filter_override_enabled_flag
(boolean value) Sets the specified value to thedeblocking_filter_override_enabled_flag
field.boolean
dependent_slice_segments_enabled_flag
(boolean value) Sets the specified value to thedependent_slice_segments_enabled_flag
field.boolean
entropy_coding_sync_enabled_flag
(boolean value) Sets the specified value to theentropy_coding_sync_enabled_flag
field.boolean
lists_modification_present_flag
(boolean value) Sets the specified value to thelists_modification_present_flag
field.boolean
loop_filter_across_tiles_enabled_flag
(boolean value) Sets the specified value to theloop_filter_across_tiles_enabled_flag
field.boolean
monochrome_palette_flag
(boolean value) Sets the specified value to themonochrome_palette_flag
field.boolean
output_flag_present_flag
(boolean value) Sets the specified value to theoutput_flag_present_flag
field.boolean
pps_curr_pic_ref_enabled_flag
(boolean value) Sets the specified value to thepps_curr_pic_ref_enabled_flag
field.boolean
pps_deblocking_filter_disabled_flag
(boolean value) Sets the specified value to thepps_deblocking_filter_disabled_flag
field.boolean
pps_extension_present_flag
(boolean value) Sets the specified value to thepps_extension_present_flag
field.boolean
pps_loop_filter_across_slices_enabled_flag
(boolean value) Sets the specified value to thepps_loop_filter_across_slices_enabled_flag
field.boolean
pps_palette_predictor_initializers_present_flag
(boolean value) Sets the specified value to thepps_palette_predictor_initializers_present_flag
field.boolean
pps_range_extension_flag
(boolean value) Sets the specified value to thepps_range_extension_flag
field.boolean
pps_scaling_list_data_present_flag
(boolean value) Sets the specified value to thepps_scaling_list_data_present_flag
field.boolean
pps_slice_act_qp_offsets_present_flag
(boolean value) Sets the specified value to thepps_slice_act_qp_offsets_present_flag
field.boolean
pps_slice_chroma_qp_offsets_present_flag
(boolean value) Sets the specified value to thepps_slice_chroma_qp_offsets_present_flag
field.boolean
residual_adaptive_colour_transform_enabled_flag
(boolean value) Sets the specified value to theresidual_adaptive_colour_transform_enabled_flag
field.boolean
sign_data_hiding_enabled_flag
(boolean value) Sets the specified value to thesign_data_hiding_enabled_flag
field.boolean
slice_segment_header_extension_present_flag
(boolean value) Sets the specified value to theslice_segment_header_extension_present_flag
field.boolean
tiles_enabled_flag
(boolean value) Sets the specified value to thetiles_enabled_flag
field.boolean
transform_skip_enabled_flag
(boolean value) Sets the specified value to thetransform_skip_enabled_flag
field.boolean
transquant_bypass_enabled_flag
(boolean value) Sets the specified value to thetransquant_bypass_enabled_flag
field.boolean
uniform_spacing_flag
(boolean value) Sets the specified value to theuniform_spacing_flag
field.boolean
weighted_bipred_flag
(boolean value) Sets the specified value to theweighted_bipred_flag
field.boolean
weighted_pred_flag
(boolean value) Sets the specified value to theweighted_pred_flag
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newStdVideoH265PpsFlags.Buffer
instance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
StdVideoH265PpsFlags.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
dependent_slice_segments_enabled_flag
public boolean dependent_slice_segments_enabled_flag()- Returns:
- the value of the
dependent_slice_segments_enabled_flag
field.
-
output_flag_present_flag
public boolean output_flag_present_flag()- Returns:
- the value of the
output_flag_present_flag
field.
-
sign_data_hiding_enabled_flag
public boolean sign_data_hiding_enabled_flag()- Returns:
- the value of the
sign_data_hiding_enabled_flag
field.
-
cabac_init_present_flag
public boolean cabac_init_present_flag()- Returns:
- the value of the
cabac_init_present_flag
field.
-
constrained_intra_pred_flag
public boolean constrained_intra_pred_flag()- Returns:
- the value of the
constrained_intra_pred_flag
field.
-
transform_skip_enabled_flag
public boolean transform_skip_enabled_flag()- Returns:
- the value of the
transform_skip_enabled_flag
field.
-
cu_qp_delta_enabled_flag
public boolean cu_qp_delta_enabled_flag()- Returns:
- the value of the
cu_qp_delta_enabled_flag
field.
-
pps_slice_chroma_qp_offsets_present_flag
public boolean pps_slice_chroma_qp_offsets_present_flag()- Returns:
- the value of the
pps_slice_chroma_qp_offsets_present_flag
field.
-
weighted_pred_flag
public boolean weighted_pred_flag()- Returns:
- the value of the
weighted_pred_flag
field.
-
weighted_bipred_flag
public boolean weighted_bipred_flag()- Returns:
- the value of the
weighted_bipred_flag
field.
-
transquant_bypass_enabled_flag
public boolean transquant_bypass_enabled_flag()- Returns:
- the value of the
transquant_bypass_enabled_flag
field.
-
tiles_enabled_flag
public boolean tiles_enabled_flag()- Returns:
- the value of the
tiles_enabled_flag
field.
-
entropy_coding_sync_enabled_flag
public boolean entropy_coding_sync_enabled_flag()- Returns:
- the value of the
entropy_coding_sync_enabled_flag
field.
-
uniform_spacing_flag
public boolean uniform_spacing_flag()- Returns:
- the value of the
uniform_spacing_flag
field.
-
loop_filter_across_tiles_enabled_flag
public boolean loop_filter_across_tiles_enabled_flag()- Returns:
- the value of the
loop_filter_across_tiles_enabled_flag
field.
-
pps_loop_filter_across_slices_enabled_flag
public boolean pps_loop_filter_across_slices_enabled_flag()- Returns:
- the value of the
pps_loop_filter_across_slices_enabled_flag
field.
-
deblocking_filter_control_present_flag
public boolean deblocking_filter_control_present_flag()- Returns:
- the value of the
deblocking_filter_control_present_flag
field.
-
deblocking_filter_override_enabled_flag
public boolean deblocking_filter_override_enabled_flag()- Returns:
- the value of the
deblocking_filter_override_enabled_flag
field.
-
pps_deblocking_filter_disabled_flag
public boolean pps_deblocking_filter_disabled_flag()- Returns:
- the value of the
pps_deblocking_filter_disabled_flag
field.
-
pps_scaling_list_data_present_flag
public boolean pps_scaling_list_data_present_flag()- Returns:
- the value of the
pps_scaling_list_data_present_flag
field.
-
lists_modification_present_flag
public boolean lists_modification_present_flag()- Returns:
- the value of the
lists_modification_present_flag
field.
-
slice_segment_header_extension_present_flag
public boolean slice_segment_header_extension_present_flag()- Returns:
- the value of the
slice_segment_header_extension_present_flag
field.
-
pps_extension_present_flag
public boolean pps_extension_present_flag()- Returns:
- the value of the
pps_extension_present_flag
field.
-
cross_component_prediction_enabled_flag
public boolean cross_component_prediction_enabled_flag()- Returns:
- the value of the
cross_component_prediction_enabled_flag
field.
-
chroma_qp_offset_list_enabled_flag
public boolean chroma_qp_offset_list_enabled_flag()- Returns:
- the value of the
chroma_qp_offset_list_enabled_flag
field.
-
pps_curr_pic_ref_enabled_flag
public boolean pps_curr_pic_ref_enabled_flag()- Returns:
- the value of the
pps_curr_pic_ref_enabled_flag
field.
-
residual_adaptive_colour_transform_enabled_flag
public boolean residual_adaptive_colour_transform_enabled_flag()- Returns:
- the value of the
residual_adaptive_colour_transform_enabled_flag
field.
-
pps_slice_act_qp_offsets_present_flag
public boolean pps_slice_act_qp_offsets_present_flag()- Returns:
- the value of the
pps_slice_act_qp_offsets_present_flag
field.
-
pps_palette_predictor_initializers_present_flag
public boolean pps_palette_predictor_initializers_present_flag()- Returns:
- the value of the
pps_palette_predictor_initializers_present_flag
field.
-
monochrome_palette_flag
public boolean monochrome_palette_flag()- Returns:
- the value of the
monochrome_palette_flag
field.
-
pps_range_extension_flag
public boolean pps_range_extension_flag()- Returns:
- the value of the
pps_range_extension_flag
field.
-
dependent_slice_segments_enabled_flag
Sets the specified value to thedependent_slice_segments_enabled_flag
field. -
output_flag_present_flag
Sets the specified value to theoutput_flag_present_flag
field. -
sign_data_hiding_enabled_flag
Sets the specified value to thesign_data_hiding_enabled_flag
field. -
cabac_init_present_flag
Sets the specified value to thecabac_init_present_flag
field. -
constrained_intra_pred_flag
Sets the specified value to theconstrained_intra_pred_flag
field. -
transform_skip_enabled_flag
Sets the specified value to thetransform_skip_enabled_flag
field. -
cu_qp_delta_enabled_flag
Sets the specified value to thecu_qp_delta_enabled_flag
field. -
pps_slice_chroma_qp_offsets_present_flag
Sets the specified value to thepps_slice_chroma_qp_offsets_present_flag
field. -
weighted_pred_flag
Sets the specified value to theweighted_pred_flag
field. -
weighted_bipred_flag
Sets the specified value to theweighted_bipred_flag
field. -
transquant_bypass_enabled_flag
Sets the specified value to thetransquant_bypass_enabled_flag
field. -
tiles_enabled_flag
Sets the specified value to thetiles_enabled_flag
field. -
entropy_coding_sync_enabled_flag
Sets the specified value to theentropy_coding_sync_enabled_flag
field. -
uniform_spacing_flag
Sets the specified value to theuniform_spacing_flag
field. -
loop_filter_across_tiles_enabled_flag
Sets the specified value to theloop_filter_across_tiles_enabled_flag
field. -
pps_loop_filter_across_slices_enabled_flag
Sets the specified value to thepps_loop_filter_across_slices_enabled_flag
field. -
deblocking_filter_control_present_flag
Sets the specified value to thedeblocking_filter_control_present_flag
field. -
deblocking_filter_override_enabled_flag
Sets the specified value to thedeblocking_filter_override_enabled_flag
field. -
pps_deblocking_filter_disabled_flag
Sets the specified value to thepps_deblocking_filter_disabled_flag
field. -
pps_scaling_list_data_present_flag
Sets the specified value to thepps_scaling_list_data_present_flag
field. -
lists_modification_present_flag
Sets the specified value to thelists_modification_present_flag
field. -
slice_segment_header_extension_present_flag
Sets the specified value to theslice_segment_header_extension_present_flag
field. -
pps_extension_present_flag
Sets the specified value to thepps_extension_present_flag
field. -
cross_component_prediction_enabled_flag
Sets the specified value to thecross_component_prediction_enabled_flag
field. -
chroma_qp_offset_list_enabled_flag
Sets the specified value to thechroma_qp_offset_list_enabled_flag
field. -
pps_curr_pic_ref_enabled_flag
Sets the specified value to thepps_curr_pic_ref_enabled_flag
field. -
residual_adaptive_colour_transform_enabled_flag
Sets the specified value to theresidual_adaptive_colour_transform_enabled_flag
field. -
pps_slice_act_qp_offsets_present_flag
Sets the specified value to thepps_slice_act_qp_offsets_present_flag
field. -
pps_palette_predictor_initializers_present_flag
Sets the specified value to thepps_palette_predictor_initializers_present_flag
field. -
monochrome_palette_flag
Sets the specified value to themonochrome_palette_flag
field. -
pps_range_extension_flag
Sets the specified value to thepps_range_extension_flag
field.
-