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.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionbooleanaspect_ratio_info_present_flag(boolean value) Sets the specified value to theaspect_ratio_info_present_flagfield.booleanbitstream_restriction_flag(boolean value) Sets the specified value to thebitstream_restriction_flagfield.booleanchroma_loc_info_present_flag(boolean value) Sets the specified value to thechroma_loc_info_present_flagfield.booleancolor_description_present_flag(boolean value) Sets the specified value to thecolor_description_present_flagfield.booleanfixed_frame_rate_flag(boolean value) Sets the specified value to thefixed_frame_rate_flagfield.booleannal_hrd_parameters_present_flag(boolean value) Sets the specified value to thenal_hrd_parameters_present_flagfield.booleanoverscan_appropriate_flag(boolean value) Sets the specified value to theoverscan_appropriate_flagfield.booleanoverscan_info_present_flag(boolean value) Sets the specified value to theoverscan_info_present_flagfield.booleantiming_info_present_flag(boolean value) Sets the specified value to thetiming_info_present_flagfield.booleanvcl_hrd_parameters_present_flag(boolean value) Sets the specified value to thevcl_hrd_parameters_present_flagfield.booleanvideo_full_range_flag(boolean value) Sets the specified value to thevideo_full_range_flagfield.booleanvideo_signal_type_present_flag(boolean value) Sets the specified value to thevideo_signal_type_present_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 newStdVideoH264SpsVuiFlags.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
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_flagfield.
-
overscan_info_present_flag
public boolean overscan_info_present_flag()- Returns:
- the value of the
overscan_info_present_flagfield.
-
overscan_appropriate_flag
public boolean overscan_appropriate_flag()- Returns:
- the value of the
overscan_appropriate_flagfield.
-
video_signal_type_present_flag
public boolean video_signal_type_present_flag()- Returns:
- the value of the
video_signal_type_present_flagfield.
-
video_full_range_flag
public boolean video_full_range_flag()- Returns:
- the value of the
video_full_range_flagfield.
-
color_description_present_flag
public boolean color_description_present_flag()- Returns:
- the value of the
color_description_present_flagfield.
-
chroma_loc_info_present_flag
public boolean chroma_loc_info_present_flag()- Returns:
- the value of the
chroma_loc_info_present_flagfield.
-
timing_info_present_flag
public boolean timing_info_present_flag()- Returns:
- the value of the
timing_info_present_flagfield.
-
fixed_frame_rate_flag
public boolean fixed_frame_rate_flag()- Returns:
- the value of the
fixed_frame_rate_flagfield.
-
bitstream_restriction_flag
public boolean bitstream_restriction_flag()- Returns:
- the value of the
bitstream_restriction_flagfield.
-
nal_hrd_parameters_present_flag
public boolean nal_hrd_parameters_present_flag()- Returns:
- the value of the
nal_hrd_parameters_present_flagfield.
-
vcl_hrd_parameters_present_flag
public boolean vcl_hrd_parameters_present_flag()- Returns:
- the value of the
vcl_hrd_parameters_present_flagfield.
-
aspect_ratio_info_present_flag
Sets the specified value to theaspect_ratio_info_present_flagfield. -
overscan_info_present_flag
Sets the specified value to theoverscan_info_present_flagfield. -
overscan_appropriate_flag
Sets the specified value to theoverscan_appropriate_flagfield. -
video_signal_type_present_flag
Sets the specified value to thevideo_signal_type_present_flagfield. -
video_full_range_flag
Sets the specified value to thevideo_full_range_flagfield. -
color_description_present_flag
Sets the specified value to thecolor_description_present_flagfield. -
chroma_loc_info_present_flag
Sets the specified value to thechroma_loc_info_present_flagfield. -
timing_info_present_flag
Sets the specified value to thetiming_info_present_flagfield. -
fixed_frame_rate_flag
Sets the specified value to thefixed_frame_rate_flagfield. -
bitstream_restriction_flag
Sets the specified value to thebitstream_restriction_flagfield. -
nal_hrd_parameters_present_flag
Sets the specified value to thenal_hrd_parameters_present_flagfield. -
vcl_hrd_parameters_present_flag
Sets the specified value to thevcl_hrd_parameters_present_flagfield.
-