Class 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.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new StdVideoH265PpsFlags.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

      public StdVideoH265PpsFlags.Buffer dependent_slice_segments_enabled_flag(boolean value)
      Sets the specified value to the dependent_slice_segments_enabled_flag field.
    • output_flag_present_flag

      public StdVideoH265PpsFlags.Buffer output_flag_present_flag(boolean value)
      Sets the specified value to the output_flag_present_flag field.
    • sign_data_hiding_enabled_flag

      public StdVideoH265PpsFlags.Buffer sign_data_hiding_enabled_flag(boolean value)
      Sets the specified value to the sign_data_hiding_enabled_flag field.
    • cabac_init_present_flag

      public StdVideoH265PpsFlags.Buffer cabac_init_present_flag(boolean value)
      Sets the specified value to the cabac_init_present_flag field.
    • constrained_intra_pred_flag

      public StdVideoH265PpsFlags.Buffer constrained_intra_pred_flag(boolean value)
      Sets the specified value to the constrained_intra_pred_flag field.
    • transform_skip_enabled_flag

      public StdVideoH265PpsFlags.Buffer transform_skip_enabled_flag(boolean value)
      Sets the specified value to the transform_skip_enabled_flag field.
    • cu_qp_delta_enabled_flag

      public StdVideoH265PpsFlags.Buffer cu_qp_delta_enabled_flag(boolean value)
      Sets the specified value to the cu_qp_delta_enabled_flag field.
    • pps_slice_chroma_qp_offsets_present_flag

      public StdVideoH265PpsFlags.Buffer pps_slice_chroma_qp_offsets_present_flag(boolean value)
      Sets the specified value to the pps_slice_chroma_qp_offsets_present_flag field.
    • weighted_pred_flag

      public StdVideoH265PpsFlags.Buffer weighted_pred_flag(boolean value)
      Sets the specified value to the weighted_pred_flag field.
    • weighted_bipred_flag

      public StdVideoH265PpsFlags.Buffer weighted_bipred_flag(boolean value)
      Sets the specified value to the weighted_bipred_flag field.
    • transquant_bypass_enabled_flag

      public StdVideoH265PpsFlags.Buffer transquant_bypass_enabled_flag(boolean value)
      Sets the specified value to the transquant_bypass_enabled_flag field.
    • tiles_enabled_flag

      public StdVideoH265PpsFlags.Buffer tiles_enabled_flag(boolean value)
      Sets the specified value to the tiles_enabled_flag field.
    • entropy_coding_sync_enabled_flag

      public StdVideoH265PpsFlags.Buffer entropy_coding_sync_enabled_flag(boolean value)
      Sets the specified value to the entropy_coding_sync_enabled_flag field.
    • uniform_spacing_flag

      public StdVideoH265PpsFlags.Buffer uniform_spacing_flag(boolean value)
      Sets the specified value to the uniform_spacing_flag field.
    • loop_filter_across_tiles_enabled_flag

      public StdVideoH265PpsFlags.Buffer loop_filter_across_tiles_enabled_flag(boolean value)
      Sets the specified value to the loop_filter_across_tiles_enabled_flag field.
    • pps_loop_filter_across_slices_enabled_flag

      public StdVideoH265PpsFlags.Buffer pps_loop_filter_across_slices_enabled_flag(boolean value)
      Sets the specified value to the pps_loop_filter_across_slices_enabled_flag field.
    • deblocking_filter_control_present_flag

      public StdVideoH265PpsFlags.Buffer deblocking_filter_control_present_flag(boolean value)
      Sets the specified value to the deblocking_filter_control_present_flag field.
    • deblocking_filter_override_enabled_flag

      public StdVideoH265PpsFlags.Buffer deblocking_filter_override_enabled_flag(boolean value)
      Sets the specified value to the deblocking_filter_override_enabled_flag field.
    • pps_deblocking_filter_disabled_flag

      public StdVideoH265PpsFlags.Buffer pps_deblocking_filter_disabled_flag(boolean value)
      Sets the specified value to the pps_deblocking_filter_disabled_flag field.
    • pps_scaling_list_data_present_flag

      public StdVideoH265PpsFlags.Buffer pps_scaling_list_data_present_flag(boolean value)
      Sets the specified value to the pps_scaling_list_data_present_flag field.
    • lists_modification_present_flag

      public StdVideoH265PpsFlags.Buffer lists_modification_present_flag(boolean value)
      Sets the specified value to the lists_modification_present_flag field.
    • slice_segment_header_extension_present_flag

      public StdVideoH265PpsFlags.Buffer slice_segment_header_extension_present_flag(boolean value)
      Sets the specified value to the slice_segment_header_extension_present_flag field.
    • pps_extension_present_flag

      public StdVideoH265PpsFlags.Buffer pps_extension_present_flag(boolean value)
      Sets the specified value to the pps_extension_present_flag field.
    • cross_component_prediction_enabled_flag

      public StdVideoH265PpsFlags.Buffer cross_component_prediction_enabled_flag(boolean value)
      Sets the specified value to the cross_component_prediction_enabled_flag field.
    • chroma_qp_offset_list_enabled_flag

      public StdVideoH265PpsFlags.Buffer chroma_qp_offset_list_enabled_flag(boolean value)
      Sets the specified value to the chroma_qp_offset_list_enabled_flag field.
    • pps_curr_pic_ref_enabled_flag

      public StdVideoH265PpsFlags.Buffer pps_curr_pic_ref_enabled_flag(boolean value)
      Sets the specified value to the pps_curr_pic_ref_enabled_flag field.
    • residual_adaptive_colour_transform_enabled_flag

      public StdVideoH265PpsFlags.Buffer residual_adaptive_colour_transform_enabled_flag(boolean value)
      Sets the specified value to the residual_adaptive_colour_transform_enabled_flag field.
    • pps_slice_act_qp_offsets_present_flag

      public StdVideoH265PpsFlags.Buffer pps_slice_act_qp_offsets_present_flag(boolean value)
      Sets the specified value to the pps_slice_act_qp_offsets_present_flag field.
    • pps_palette_predictor_initializers_present_flag

      public StdVideoH265PpsFlags.Buffer pps_palette_predictor_initializers_present_flag(boolean value)
      Sets the specified value to the pps_palette_predictor_initializers_present_flag field.
    • monochrome_palette_flag

      public StdVideoH265PpsFlags.Buffer monochrome_palette_flag(boolean value)
      Sets the specified value to the monochrome_palette_flag field.
    • pps_range_extension_flag

      public StdVideoH265PpsFlags.Buffer pps_range_extension_flag(boolean value)
      Sets the specified value to the pps_range_extension_flag field.