Class StdVideoH265SpsVuiFlags
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.video.StdVideoH265SpsVuiFlags
- All Implemented Interfaces:
Addressable
Layout
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;
};
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupLayout
The struct layout ofStdVideoH265SpsVuiFlags
. -
Constructor Summary
ConstructorsConstructorDescriptionStdVideoH265SpsVuiFlags
(MemorySegment segment, long elementCount) CreatesStdVideoH265SpsVuiFlags
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionstatic StdVideoH265SpsVuiFlags
alloc
(SegmentAllocator allocator) Allocates aStdVideoH265SpsVuiFlags
with the given segment allocator.static StdVideoH265SpsVuiFlags
alloc
(SegmentAllocator allocator, long count) Allocates aStdVideoH265SpsVuiFlags
with the given segment allocator and count.asSlice
(long index) Creates a slice ofStdVideoH265SpsVuiFlags
.asSlice
(long index, long count) Creates a slice ofStdVideoH265SpsVuiFlags
.at
(long index, Consumer<StdVideoH265SpsVuiFlags> func) VisitsStdVideoH265SpsVuiFlags
buffer at the given index.Copies from the given source.static StdVideoH265SpsVuiFlags
of
(MemorySegment segment) CreatesStdVideoH265SpsVuiFlags
with the given segment.static StdVideoH265SpsVuiFlags
ofNative
(MemorySegment segment) CreatesStdVideoH265SpsVuiFlags
with the given segment.static StdVideoH265SpsVuiFlags
ofNative
(MemorySegment segment, long count) CreatesStdVideoH265SpsVuiFlags
with the given segment.reinterpret
(long count) Reinterprets this buffer with the given count.Methods inherited from class overrungl.struct.GroupType
estimateCount, estimateCount, groupLayout, segment
-
Field Details
-
LAYOUT
The struct layout ofStdVideoH265SpsVuiFlags
.
-
-
Constructor Details
-
StdVideoH265SpsVuiFlags
CreatesStdVideoH265SpsVuiFlags
with the given segment.- Parameters:
segment
- the memory segmentelementCount
- the element count of this struct buffer
-
-
Method Details
-
of
CreatesStdVideoH265SpsVuiFlags
with the given segment.- Parameters:
segment
- the memory segment- Returns:
- the created instance or
null
if the segment isNULL
-
ofNative
Creates
StdVideoH265SpsVuiFlags
with the given segment.Reinterprets the segment if zero-length.
- Parameters:
segment
- the memory segment- Returns:
- the created instance or
null
if the segment isNULL
-
ofNative
Creates
StdVideoH265SpsVuiFlags
with the given segment.Reinterprets the segment if zero-length.
- Parameters:
segment
- the memory segmentcount
- the count of the buffer- Returns:
- the created instance or
null
if the segment isNULL
-
alloc
Allocates aStdVideoH265SpsVuiFlags
with the given segment allocator.- Parameters:
allocator
- the segment allocator- Returns:
- the allocated
StdVideoH265SpsVuiFlags
-
alloc
Allocates aStdVideoH265SpsVuiFlags
with the given segment allocator and count.- Parameters:
allocator
- the segment allocatorcount
- the count- Returns:
- the allocated
StdVideoH265SpsVuiFlags
-
copyFrom
Copies from the given source.- Parameters:
src
- the source- Returns:
this
-
reinterpret
Reinterprets this buffer with the given count.- Parameters:
count
- the new count- Returns:
- the reinterpreted buffer
-
asSlice
Creates a slice ofStdVideoH265SpsVuiFlags
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
StdVideoH265SpsVuiFlags
-
asSlice
Creates a slice ofStdVideoH265SpsVuiFlags
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
StdVideoH265SpsVuiFlags
-
at
VisitsStdVideoH265SpsVuiFlags
buffer at the given index.- Parameters:
index
- the index of this bufferfunc
- the function to run with the slice of this buffer- Returns:
this
-