Package org.lwjgl.vulkan.video
Class StdVideoAV1SequenceHeaderFlags.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<StdVideoAV1SequenceHeaderFlags.Buffer>
org.lwjgl.system.StructBuffer<StdVideoAV1SequenceHeaderFlags,StdVideoAV1SequenceHeaderFlags.Buffer>
org.lwjgl.vulkan.video.StdVideoAV1SequenceHeaderFlags.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<StdVideoAV1SequenceHeaderFlags>
,NativeResource
,Pointer
- Enclosing class:
StdVideoAV1SequenceHeaderFlags
public static class StdVideoAV1SequenceHeaderFlags.Buffer
extends StructBuffer<StdVideoAV1SequenceHeaderFlags,StdVideoAV1SequenceHeaderFlags.Buffer>
implements NativeResource
An array of
StdVideoAV1SequenceHeaderFlags
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 newStdVideoAV1SequenceHeaderFlags.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
enable_cdef
(boolean value) Sets the specified value to theenable_cdef
field.boolean
enable_dual_filter
(boolean value) Sets the specified value to theenable_dual_filter
field.boolean
enable_filter_intra
(boolean value) Sets the specified value to theenable_filter_intra
field.boolean
enable_interintra_compound
(boolean value) Sets the specified value to theenable_interintra_compound
field.boolean
enable_intra_edge_filter
(boolean value) Sets the specified value to theenable_intra_edge_filter
field.boolean
enable_jnt_comp
(boolean value) Sets the specified value to theenable_jnt_comp
field.boolean
enable_masked_compound
(boolean value) Sets the specified value to theenable_masked_compound
field.boolean
enable_order_hint
(boolean value) Sets the specified value to theenable_order_hint
field.boolean
enable_ref_frame_mvs
(boolean value) Sets the specified value to theenable_ref_frame_mvs
field.boolean
enable_restoration
(boolean value) Sets the specified value to theenable_restoration
field.boolean
enable_superres
(boolean value) Sets the specified value to theenable_superres
field.boolean
enable_warped_motion
(boolean value) Sets the specified value to theenable_warped_motion
field.boolean
film_grain_params_present
(boolean value) Sets the specified value to thefilm_grain_params_present
field.boolean
frame_id_numbers_present_flag
(boolean value) Sets the specified value to theframe_id_numbers_present_flag
field.boolean
initial_display_delay_present_flag
(boolean value) Sets the specified value to theinitial_display_delay_present_flag
field.boolean
reduced_still_picture_header
(boolean value) Sets the specified value to thereduced_still_picture_header
field.boolean
still_picture
(boolean value) Sets the specified value to thestill_picture
field.boolean
timing_info_present_flag
(boolean value) Sets the specified value to thetiming_info_present_flag
field.boolean
use_128x128_superblock
(boolean value) Sets the specified value to theuse_128x128_superblock
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 newStdVideoAV1SequenceHeaderFlags.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
StdVideoAV1SequenceHeaderFlags.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
-
still_picture
public boolean still_picture()- Returns:
- the value of the
still_picture
field.
-
reduced_still_picture_header
public boolean reduced_still_picture_header()- Returns:
- the value of the
reduced_still_picture_header
field.
-
use_128x128_superblock
public boolean use_128x128_superblock()- Returns:
- the value of the
use_128x128_superblock
field.
-
enable_filter_intra
public boolean enable_filter_intra()- Returns:
- the value of the
enable_filter_intra
field.
-
enable_intra_edge_filter
public boolean enable_intra_edge_filter()- Returns:
- the value of the
enable_intra_edge_filter
field.
-
enable_interintra_compound
public boolean enable_interintra_compound()- Returns:
- the value of the
enable_interintra_compound
field.
-
enable_masked_compound
public boolean enable_masked_compound()- Returns:
- the value of the
enable_masked_compound
field.
-
enable_warped_motion
public boolean enable_warped_motion()- Returns:
- the value of the
enable_warped_motion
field.
-
enable_dual_filter
public boolean enable_dual_filter()- Returns:
- the value of the
enable_dual_filter
field.
-
enable_order_hint
public boolean enable_order_hint()- Returns:
- the value of the
enable_order_hint
field.
-
enable_jnt_comp
public boolean enable_jnt_comp()- Returns:
- the value of the
enable_jnt_comp
field.
-
enable_ref_frame_mvs
public boolean enable_ref_frame_mvs()- Returns:
- the value of the
enable_ref_frame_mvs
field.
-
frame_id_numbers_present_flag
public boolean frame_id_numbers_present_flag()- Returns:
- the value of the
frame_id_numbers_present_flag
field.
-
enable_superres
public boolean enable_superres()- Returns:
- the value of the
enable_superres
field.
-
enable_cdef
public boolean enable_cdef()- Returns:
- the value of the
enable_cdef
field.
-
enable_restoration
public boolean enable_restoration()- Returns:
- the value of the
enable_restoration
field.
-
film_grain_params_present
public boolean film_grain_params_present()- Returns:
- the value of the
film_grain_params_present
field.
-
timing_info_present_flag
public boolean timing_info_present_flag()- Returns:
- the value of the
timing_info_present_flag
field.
-
initial_display_delay_present_flag
public boolean initial_display_delay_present_flag()- Returns:
- the value of the
initial_display_delay_present_flag
field.
-
still_picture
Sets the specified value to thestill_picture
field. -
reduced_still_picture_header
Sets the specified value to thereduced_still_picture_header
field. -
use_128x128_superblock
Sets the specified value to theuse_128x128_superblock
field. -
enable_filter_intra
Sets the specified value to theenable_filter_intra
field. -
enable_intra_edge_filter
Sets the specified value to theenable_intra_edge_filter
field. -
enable_interintra_compound
Sets the specified value to theenable_interintra_compound
field. -
enable_masked_compound
Sets the specified value to theenable_masked_compound
field. -
enable_warped_motion
Sets the specified value to theenable_warped_motion
field. -
enable_dual_filter
Sets the specified value to theenable_dual_filter
field. -
enable_order_hint
Sets the specified value to theenable_order_hint
field. -
enable_jnt_comp
Sets the specified value to theenable_jnt_comp
field. -
enable_ref_frame_mvs
Sets the specified value to theenable_ref_frame_mvs
field. -
frame_id_numbers_present_flag
Sets the specified value to theframe_id_numbers_present_flag
field. -
enable_superres
Sets the specified value to theenable_superres
field. -
enable_cdef
Sets the specified value to theenable_cdef
field. -
enable_restoration
Sets the specified value to theenable_restoration
field. -
film_grain_params_present
Sets the specified value to thefilm_grain_params_present
field. -
timing_info_present_flag
Sets the specified value to thetiming_info_present_flag
field. -
initial_display_delay_present_flag
Sets the specified value to theinitial_display_delay_present_flag
field.
-