Package org.lwjgl.vulkan.video
Class StdVideoH264SpsVuiFlags.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<StdVideoH264SpsVuiFlags.Buffer>
org.lwjgl.system.StructBuffer<StdVideoH264SpsVuiFlags,StdVideoH264SpsVuiFlags.Buffer>
org.lwjgl.vulkan.video.StdVideoH264SpsVuiFlags.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<StdVideoH264SpsVuiFlags>
,NativeResource
,Pointer
- Enclosing class:
StdVideoH264SpsVuiFlags
public static class StdVideoH264SpsVuiFlags.Buffer
extends StructBuffer<StdVideoH264SpsVuiFlags,StdVideoH264SpsVuiFlags.Buffer>
implements NativeResource
An array of
StdVideoH264SpsVuiFlags
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 newStdVideoH264SpsVuiFlags.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
aspect_ratio_info_present_flag
(boolean value) Sets the specified value to theaspect_ratio_info_present_flag
field.boolean
bitstream_restriction_flag
(boolean value) Sets the specified value to thebitstream_restriction_flag
field.boolean
chroma_loc_info_present_flag
(boolean value) Sets the specified value to thechroma_loc_info_present_flag
field.boolean
color_description_present_flag
(boolean value) Sets the specified value to thecolor_description_present_flag
field.boolean
fixed_frame_rate_flag
(boolean value) Sets the specified value to thefixed_frame_rate_flag
field.boolean
nal_hrd_parameters_present_flag
(boolean value) Sets the specified value to thenal_hrd_parameters_present_flag
field.boolean
overscan_appropriate_flag
(boolean value) Sets the specified value to theoverscan_appropriate_flag
field.boolean
overscan_info_present_flag
(boolean value) Sets the specified value to theoverscan_info_present_flag
field.boolean
timing_info_present_flag
(boolean value) Sets the specified value to thetiming_info_present_flag
field.boolean
vcl_hrd_parameters_present_flag
(boolean value) Sets the specified value to thevcl_hrd_parameters_present_flag
field.boolean
video_full_range_flag
(boolean value) Sets the specified value to thevideo_full_range_flag
field.boolean
video_signal_type_present_flag
(boolean value) Sets the specified value to thevideo_signal_type_present_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 newStdVideoH264SpsVuiFlags.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
StdVideoH264SpsVuiFlags.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
-
aspect_ratio_info_present_flag
public boolean aspect_ratio_info_present_flag()- Returns:
- the value of the
aspect_ratio_info_present_flag
field.
-
overscan_info_present_flag
public boolean overscan_info_present_flag()- Returns:
- the value of the
overscan_info_present_flag
field.
-
overscan_appropriate_flag
public boolean overscan_appropriate_flag()- Returns:
- the value of the
overscan_appropriate_flag
field.
-
video_signal_type_present_flag
public boolean video_signal_type_present_flag()- Returns:
- the value of the
video_signal_type_present_flag
field.
-
video_full_range_flag
public boolean video_full_range_flag()- Returns:
- the value of the
video_full_range_flag
field.
-
color_description_present_flag
public boolean color_description_present_flag()- Returns:
- the value of the
color_description_present_flag
field.
-
chroma_loc_info_present_flag
public boolean chroma_loc_info_present_flag()- Returns:
- the value of the
chroma_loc_info_present_flag
field.
-
timing_info_present_flag
public boolean timing_info_present_flag()- Returns:
- the value of the
timing_info_present_flag
field.
-
fixed_frame_rate_flag
public boolean fixed_frame_rate_flag()- Returns:
- the value of the
fixed_frame_rate_flag
field.
-
bitstream_restriction_flag
public boolean bitstream_restriction_flag()- Returns:
- the value of the
bitstream_restriction_flag
field.
-
nal_hrd_parameters_present_flag
public boolean nal_hrd_parameters_present_flag()- Returns:
- the value of the
nal_hrd_parameters_present_flag
field.
-
vcl_hrd_parameters_present_flag
public boolean vcl_hrd_parameters_present_flag()- Returns:
- the value of the
vcl_hrd_parameters_present_flag
field.
-
aspect_ratio_info_present_flag
Sets the specified value to theaspect_ratio_info_present_flag
field. -
overscan_info_present_flag
Sets the specified value to theoverscan_info_present_flag
field. -
overscan_appropriate_flag
Sets the specified value to theoverscan_appropriate_flag
field. -
video_signal_type_present_flag
Sets the specified value to thevideo_signal_type_present_flag
field. -
video_full_range_flag
Sets the specified value to thevideo_full_range_flag
field. -
color_description_present_flag
Sets the specified value to thecolor_description_present_flag
field. -
chroma_loc_info_present_flag
Sets the specified value to thechroma_loc_info_present_flag
field. -
timing_info_present_flag
Sets the specified value to thetiming_info_present_flag
field. -
fixed_frame_rate_flag
Sets the specified value to thefixed_frame_rate_flag
field. -
bitstream_restriction_flag
Sets the specified value to thebitstream_restriction_flag
field. -
nal_hrd_parameters_present_flag
Sets the specified value to thenal_hrd_parameters_present_flag
field. -
vcl_hrd_parameters_present_flag
Sets the specified value to thevcl_hrd_parameters_present_flag
field.
-