Package org.lwjgl.vulkan.video
Class StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer>
org.lwjgl.system.StructBuffer<StdVideoEncodeH265SliceSegmentHeaderFlags,StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer>
org.lwjgl.vulkan.video.StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<StdVideoEncodeH265SliceSegmentHeaderFlags>,NativeResource,Pointer
- Enclosing class:
StdVideoEncodeH265SliceSegmentHeaderFlags
public static class StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer
extends StructBuffer<StdVideoEncodeH265SliceSegmentHeaderFlags,StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer>
implements NativeResource
An array of
StdVideoEncodeH265SliceSegmentHeaderFlags 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 newStdVideoEncodeH265SliceSegmentHeaderFlags.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionbooleancabac_init_flag(boolean value) Sets the specified value to thecabac_init_flagfield.booleancollocated_from_l0_flag(boolean value) Sets the specified value to thecollocated_from_l0_flagfield.booleancu_chroma_qp_offset_enabled_flag(boolean value) Sets the specified value to thecu_chroma_qp_offset_enabled_flagfield.booleandeblocking_filter_override_flag(boolean value) Sets the specified value to thedeblocking_filter_override_flagfield.booleandependent_slice_segment_flag(boolean value) Sets the specified value to thedependent_slice_segment_flagfield.booleanfirst_slice_segment_in_pic_flag(boolean value) Sets the specified value to thefirst_slice_segment_in_pic_flagfield.booleanmvd_l1_zero_flag(boolean value) Sets the specified value to themvd_l1_zero_flagfield.booleannum_ref_idx_active_override_flag(boolean value) Sets the specified value to thenum_ref_idx_active_override_flagfield.booleanslice_deblocking_filter_disabled_flag(boolean value) Sets the specified value to theslice_deblocking_filter_disabled_flagfield.booleanslice_loop_filter_across_slices_enabled_flag(boolean value) Sets the specified value to theslice_loop_filter_across_slices_enabled_flagfield.booleanslice_sao_chroma_flag(boolean value) Sets the specified value to theslice_sao_chroma_flagfield.booleanslice_sao_luma_flag(boolean value) Sets the specified value to theslice_sao_luma_flagfield.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods 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, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newStdVideoEncodeH265SliceSegmentHeaderFlags.Bufferinstance 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
StdVideoEncodeH265SliceSegmentHeaderFlags.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
-
first_slice_segment_in_pic_flag
public boolean first_slice_segment_in_pic_flag()- Returns:
- the value of the
first_slice_segment_in_pic_flagfield.
-
dependent_slice_segment_flag
public boolean dependent_slice_segment_flag()- Returns:
- the value of the
dependent_slice_segment_flagfield.
-
slice_sao_luma_flag
public boolean slice_sao_luma_flag()- Returns:
- the value of the
slice_sao_luma_flagfield.
-
slice_sao_chroma_flag
public boolean slice_sao_chroma_flag()- Returns:
- the value of the
slice_sao_chroma_flagfield.
-
num_ref_idx_active_override_flag
public boolean num_ref_idx_active_override_flag()- Returns:
- the value of the
num_ref_idx_active_override_flagfield.
-
mvd_l1_zero_flag
public boolean mvd_l1_zero_flag()- Returns:
- the value of the
mvd_l1_zero_flagfield.
-
cabac_init_flag
public boolean cabac_init_flag()- Returns:
- the value of the
cabac_init_flagfield.
-
cu_chroma_qp_offset_enabled_flag
public boolean cu_chroma_qp_offset_enabled_flag()- Returns:
- the value of the
cu_chroma_qp_offset_enabled_flagfield.
-
deblocking_filter_override_flag
public boolean deblocking_filter_override_flag()- Returns:
- the value of the
deblocking_filter_override_flagfield.
-
slice_deblocking_filter_disabled_flag
public boolean slice_deblocking_filter_disabled_flag()- Returns:
- the value of the
slice_deblocking_filter_disabled_flagfield.
-
collocated_from_l0_flag
public boolean collocated_from_l0_flag()- Returns:
- the value of the
collocated_from_l0_flagfield.
-
slice_loop_filter_across_slices_enabled_flag
public boolean slice_loop_filter_across_slices_enabled_flag()- Returns:
- the value of the
slice_loop_filter_across_slices_enabled_flagfield.
-
first_slice_segment_in_pic_flag
public StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer first_slice_segment_in_pic_flag(boolean value) Sets the specified value to thefirst_slice_segment_in_pic_flagfield. -
dependent_slice_segment_flag
Sets the specified value to thedependent_slice_segment_flagfield. -
slice_sao_luma_flag
Sets the specified value to theslice_sao_luma_flagfield. -
slice_sao_chroma_flag
Sets the specified value to theslice_sao_chroma_flagfield. -
num_ref_idx_active_override_flag
public StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer num_ref_idx_active_override_flag(boolean value) Sets the specified value to thenum_ref_idx_active_override_flagfield. -
mvd_l1_zero_flag
Sets the specified value to themvd_l1_zero_flagfield. -
cabac_init_flag
Sets the specified value to thecabac_init_flagfield. -
cu_chroma_qp_offset_enabled_flag
public StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer cu_chroma_qp_offset_enabled_flag(boolean value) Sets the specified value to thecu_chroma_qp_offset_enabled_flagfield. -
deblocking_filter_override_flag
public StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer deblocking_filter_override_flag(boolean value) Sets the specified value to thedeblocking_filter_override_flagfield. -
slice_deblocking_filter_disabled_flag
public StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer slice_deblocking_filter_disabled_flag(boolean value) Sets the specified value to theslice_deblocking_filter_disabled_flagfield. -
collocated_from_l0_flag
Sets the specified value to thecollocated_from_l0_flagfield. -
slice_loop_filter_across_slices_enabled_flag
public StdVideoEncodeH265SliceSegmentHeaderFlags.Buffer slice_loop_filter_across_slices_enabled_flag(boolean value) Sets the specified value to theslice_loop_filter_across_slices_enabled_flagfield.
-