Record Class StdVideoH265SpsVuiFlags
java.lang.Object
java.lang.Record
club.doki7.vulkan.datatype.StdVideoH265SpsVuiFlags
- All Implemented Interfaces:
IPointer
,IStdVideoH265SpsVuiFlags
@ValueBasedCandidate
@UnsafeConstructor
public record StdVideoH265SpsVuiFlags(@NotNull MemorySegment segment)
extends Record
implements IStdVideoH265SpsVuiFlags
Represents a pointer to a StdVideoH265SpsVuiFlags
structure in native memory.
Structure
typedef struct StdVideoH265SpsVuiFlags {
uint32_t aspect_ratio_info_present_flag
: 1;
uint32_t overscan_info_present_flag
: 1;
uint32_t overscan_appropriate_flag
: 1;
uint32_t video_signal_type_present_flag
: 1;
uint32_t video_full_range_flag
: 1;
uint32_t colour_description_present_flag
: 1;
uint32_t chroma_loc_info_present_flag
: 1;
uint32_t neutral_chroma_indication_flag
: 1;
uint32_t field_seq_flag
: 1;
uint32_t frame_field_info_present_flag
: 1;
uint32_t default_display_window_flag
: 1;
uint32_t vui_timing_info_present_flag
: 1;
uint32_t vui_poc_proportional_to_timing_flag
: 1;
uint32_t vui_hrd_parameters_present_flag
: 1;
uint32_t bitstream_restriction_flag
: 1;
uint32_t tiles_fixed_structure_flag
: 1;
uint32_t motion_vectors_over_pic_boundaries_flag
: 1;
uint32_t restricted_ref_pic_lists_flag
: 1;
} StdVideoH265SpsVuiFlags;
Contracts
The property segment()
should always be not-null
(segment != NULL && !segment.equals(MemorySegment.NULL)
), and properly aligned to
LAYOUT.byteAlignment()
bytes. To represent null pointer, you may use a Java
null
instead. See the documentation of IPointer.segment()
for more details.
The constructor of this class is marked as UnsafeConstructor
, because it does not
perform any runtime check. The constructor can be useful for automatic code generators.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final StructLayout
static final ValueLayout.OfInt
static final long
static final MemoryLayout.PathElement
-
Constructor Summary
ConstructorsConstructorDescriptionStdVideoH265SpsVuiFlags
(@NotNull MemorySegment segment) Creates an instance of aStdVideoH265SpsVuiFlags
record class. -
Method Summary
Modifier and TypeMethodDescriptionstatic StdVideoH265SpsVuiFlags
static StdVideoH265SpsVuiFlags.Ptr
boolean
aspect_ratio_info_present_flag
(boolean value) boolean
bitstream_restriction_flag
(boolean value) boolean
chroma_loc_info_present_flag
(boolean value) static StdVideoH265SpsVuiFlags
clone
(Arena arena, StdVideoH265SpsVuiFlags src) boolean
colour_description_present_flag
(boolean value) boolean
default_display_window_flag
(boolean value) final boolean
Indicates whether some other object is "equal to" this one.boolean
field_seq_flag
(boolean value) boolean
frame_field_info_present_flag
(boolean value) final int
hashCode()
Returns a hash code value for this object.boolean
motion_vectors_over_pic_boundaries_flag
(boolean value) boolean
neutral_chroma_indication_flag
(boolean value) boolean
overscan_appropriate_flag
(boolean value) boolean
overscan_info_present_flag
(boolean value) boolean
restricted_ref_pic_lists_flag
(boolean value) @NotNull MemorySegment
segment()
Returns the value of thesegment
record component.boolean
tiles_fixed_structure_flag
(boolean value) final String
toString()
Returns a string representation of this record class.boolean
video_full_range_flag
(boolean value) boolean
video_signal_type_present_flag
(boolean value) boolean
vui_hrd_parameters_present_flag
(boolean value) boolean
vui_poc_proportional_to_timing_flag
(boolean value) boolean
vui_timing_info_present_flag
(boolean value)
-
Field Details
-
LAYOUT
-
BYTES
public static final long BYTES -
PATH$bitfield$aspect_ratio_info_present_flag$restricted_ref_pic_lists_flag
public static final MemoryLayout.PathElement PATH$bitfield$aspect_ratio_info_present_flag$restricted_ref_pic_lists_flag -
LAYOUT$bitfield$aspect_ratio_info_present_flag$restricted_ref_pic_lists_flag
public static final ValueLayout.OfInt LAYOUT$bitfield$aspect_ratio_info_present_flag$restricted_ref_pic_lists_flag -
OFFSET$bitfield$aspect_ratio_info_present_flag$restricted_ref_pic_lists_flag
public static final long OFFSET$bitfield$aspect_ratio_info_present_flag$restricted_ref_pic_lists_flag
-
-
Constructor Details
-
StdVideoH265SpsVuiFlags
Creates an instance of aStdVideoH265SpsVuiFlags
record class.- Parameters:
segment
- the value for thesegment
record component
-
-
Method Details
-
allocate
-
allocate
-
clone
-
aspect_ratio_info_present_flag
public boolean aspect_ratio_info_present_flag() -
aspect_ratio_info_present_flag
-
overscan_info_present_flag
public boolean overscan_info_present_flag() -
overscan_info_present_flag
-
overscan_appropriate_flag
public boolean overscan_appropriate_flag() -
overscan_appropriate_flag
-
video_signal_type_present_flag
public boolean video_signal_type_present_flag() -
video_signal_type_present_flag
-
video_full_range_flag
public boolean video_full_range_flag() -
video_full_range_flag
-
colour_description_present_flag
public boolean colour_description_present_flag() -
colour_description_present_flag
-
chroma_loc_info_present_flag
public boolean chroma_loc_info_present_flag() -
chroma_loc_info_present_flag
-
neutral_chroma_indication_flag
public boolean neutral_chroma_indication_flag() -
neutral_chroma_indication_flag
-
field_seq_flag
public boolean field_seq_flag() -
field_seq_flag
-
frame_field_info_present_flag
public boolean frame_field_info_present_flag() -
frame_field_info_present_flag
-
default_display_window_flag
public boolean default_display_window_flag() -
default_display_window_flag
-
vui_timing_info_present_flag
public boolean vui_timing_info_present_flag() -
vui_timing_info_present_flag
-
vui_poc_proportional_to_timing_flag
public boolean vui_poc_proportional_to_timing_flag() -
vui_poc_proportional_to_timing_flag
-
vui_hrd_parameters_present_flag
public boolean vui_hrd_parameters_present_flag() -
vui_hrd_parameters_present_flag
-
bitstream_restriction_flag
public boolean bitstream_restriction_flag() -
bitstream_restriction_flag
-
tiles_fixed_structure_flag
public boolean tiles_fixed_structure_flag() -
tiles_fixed_structure_flag
-
motion_vectors_over_pic_boundaries_flag
public boolean motion_vectors_over_pic_boundaries_flag() -
motion_vectors_over_pic_boundaries_flag
-
restricted_ref_pic_lists_flag
public boolean restricted_ref_pic_lists_flag() -
restricted_ref_pic_lists_flag
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
segment
Returns the value of thesegment
record component.
-