Class StdVideoAV1SequenceHeader
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.video.StdVideoAV1SequenceHeader
- All Implemented Interfaces:
Addressable
- Direct Known Subclasses:
StdVideoAV1SequenceHeader.Buffer
public sealed class StdVideoAV1SequenceHeader
extends GroupType
permits StdVideoAV1SequenceHeader.Buffer
Layout
struct StdVideoAV1SequenceHeader {
(struct StdVideoAV1SequenceHeaderFlags) StdVideoAV1SequenceHeaderFlags flags;
(int) StdVideoAV1Profile seq_profile;
uint8_t frame_width_bits_minus_1;
uint8_t frame_height_bits_minus_1;
uint16_t max_frame_width_minus_1;
uint16_t max_frame_height_minus_1;
uint8_t delta_frame_id_length_minus_2;
uint8_t additional_frame_id_length_minus_1;
uint8_t order_hint_bits_minus_1;
uint8_t seq_force_integer_mv;
uint8_t seq_force_screen_content_tools;
uint8_t reserved1[5];
const StdVideoAV1ColorConfig* pColorConfig;
const StdVideoAV1TimingInfo* pTimingInfo;
};
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupLayout
The struct layout ofStdVideoAV1SequenceHeader
.static final MemoryLayout
The memory layout ofadditional_frame_id_length_minus_1
.static final MemoryLayout
The memory layout ofdelta_frame_id_length_minus_2
.static final MemoryLayout
The memory layout offlags
.static final MemoryLayout
The memory layout offrame_height_bits_minus_1
.static final MemoryLayout
The memory layout offrame_width_bits_minus_1
.static final MemoryLayout
The memory layout ofmax_frame_height_minus_1
.static final MemoryLayout
The memory layout ofmax_frame_width_minus_1
.static final MemoryLayout
The memory layout oforder_hint_bits_minus_1
.static final MemoryLayout
The memory layout ofpColorConfig
.static final MemoryLayout
The memory layout ofpTimingInfo
.static final MemoryLayout
The memory layout ofreserved1
.static final MemoryLayout
The memory layout ofseq_force_integer_mv
.static final MemoryLayout
The memory layout ofseq_force_screen_content_tools
.static final MemoryLayout
The memory layout ofseq_profile
.static final long
The byte offset ofadditional_frame_id_length_minus_1
.static final long
The byte offset ofdelta_frame_id_length_minus_2
.static final long
The byte offset offlags
.static final long
The byte offset offrame_height_bits_minus_1
.static final long
The byte offset offrame_width_bits_minus_1
.static final long
The byte offset ofmax_frame_height_minus_1
.static final long
The byte offset ofmax_frame_width_minus_1
.static final long
The byte offset oforder_hint_bits_minus_1
.static final long
The byte offset ofpColorConfig
.static final long
The byte offset ofpTimingInfo
.static final long
The byte offset ofreserved1
.static final long
The byte offset ofseq_force_integer_mv
.static final long
The byte offset ofseq_force_screen_content_tools
.static final long
The byte offset ofseq_profile
.static final VarHandle
TheVarHandle
ofadditional_frame_id_length_minus_1
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofdelta_frame_id_length_minus_2
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
offrame_height_bits_minus_1
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
offrame_width_bits_minus_1
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofmax_frame_height_minus_1
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofmax_frame_width_minus_1
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
oforder_hint_bits_minus_1
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofpColorConfig
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofpTimingInfo
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofreserved1
of type(MemorySegment base, long baseOffset, long index, long index0)MemorySegment
.static final VarHandle
TheVarHandle
ofseq_force_integer_mv
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofseq_force_screen_content_tools
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofseq_profile
of type(MemorySegment base, long baseOffset, long index)MemorySegment
. -
Constructor Summary
ConstructorsConstructorDescriptionStdVideoAV1SequenceHeader
(MemorySegment segment) CreatesStdVideoAV1SequenceHeader
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionbyte
Returnsadditional_frame_id_length_minus_1
.additional_frame_id_length_minus_1
(byte value) Setsadditional_frame_id_length_minus_1
with the given value.static byte
additional_frame_id_length_minus_1
(MemorySegment segment, long index) Returnsadditional_frame_id_length_minus_1
at the given index.static void
additional_frame_id_length_minus_1
(MemorySegment segment, long index, byte value) Setsadditional_frame_id_length_minus_1
with the given value at the given index.static StdVideoAV1SequenceHeader
alloc
(SegmentAllocator allocator) Allocates aStdVideoAV1SequenceHeader
with the given segment allocator.alloc
(SegmentAllocator allocator, long count) Allocates aStdVideoAV1SequenceHeader
with the given segment allocator and count.asBuffer()
Converts this instance to a buffer.Copies from the given source.byte
Returnsdelta_frame_id_length_minus_2
.delta_frame_id_length_minus_2
(byte value) Setsdelta_frame_id_length_minus_2
with the given value.static byte
delta_frame_id_length_minus_2
(MemorySegment segment, long index) Returnsdelta_frame_id_length_minus_2
at the given index.static void
delta_frame_id_length_minus_2
(MemorySegment segment, long index, byte value) Setsdelta_frame_id_length_minus_2
with the given value at the given index.flags()
Returnsflags
.flags
(MemorySegment value) Setsflags
with the given value.static MemorySegment
flags
(MemorySegment segment, long index) Returnsflags
at the given index.static void
flags
(MemorySegment segment, long index, MemorySegment value) Setsflags
with the given value at the given index.byte
Returnsframe_height_bits_minus_1
.frame_height_bits_minus_1
(byte value) Setsframe_height_bits_minus_1
with the given value.static byte
frame_height_bits_minus_1
(MemorySegment segment, long index) Returnsframe_height_bits_minus_1
at the given index.static void
frame_height_bits_minus_1
(MemorySegment segment, long index, byte value) Setsframe_height_bits_minus_1
with the given value at the given index.byte
Returnsframe_width_bits_minus_1
.frame_width_bits_minus_1
(byte value) Setsframe_width_bits_minus_1
with the given value.static byte
frame_width_bits_minus_1
(MemorySegment segment, long index) Returnsframe_width_bits_minus_1
at the given index.static void
frame_width_bits_minus_1
(MemorySegment segment, long index, byte value) Setsframe_width_bits_minus_1
with the given value at the given index.short
Returnsmax_frame_height_minus_1
.max_frame_height_minus_1
(short value) Setsmax_frame_height_minus_1
with the given value.static short
max_frame_height_minus_1
(MemorySegment segment, long index) Returnsmax_frame_height_minus_1
at the given index.static void
max_frame_height_minus_1
(MemorySegment segment, long index, short value) Setsmax_frame_height_minus_1
with the given value at the given index.short
Returnsmax_frame_width_minus_1
.max_frame_width_minus_1
(short value) Setsmax_frame_width_minus_1
with the given value.static short
max_frame_width_minus_1
(MemorySegment segment, long index) Returnsmax_frame_width_minus_1
at the given index.static void
max_frame_width_minus_1
(MemorySegment segment, long index, short value) Setsmax_frame_width_minus_1
with the given value at the given index.of
(MemorySegment segment) CreatesStdVideoAV1SequenceHeader
with the given segment.static StdVideoAV1SequenceHeader
ofNative
(MemorySegment segment) CreatesStdVideoAV1SequenceHeader
with the given segment.ofNative
(MemorySegment segment, long count) CreatesStdVideoAV1SequenceHeader
with the given segment.byte
Returnsorder_hint_bits_minus_1
.order_hint_bits_minus_1
(byte value) Setsorder_hint_bits_minus_1
with the given value.static byte
order_hint_bits_minus_1
(MemorySegment segment, long index) Returnsorder_hint_bits_minus_1
at the given index.static void
order_hint_bits_minus_1
(MemorySegment segment, long index, byte value) Setsorder_hint_bits_minus_1
with the given value at the given index.ReturnspColorConfig
.pColorConfig
(MemorySegment value) SetspColorConfig
with the given value.static MemorySegment
pColorConfig
(MemorySegment segment, long index) ReturnspColorConfig
at the given index.static void
pColorConfig
(MemorySegment segment, long index, MemorySegment value) SetspColorConfig
with the given value at the given index.ReturnspTimingInfo
.pTimingInfo
(MemorySegment value) SetspTimingInfo
with the given value.static MemorySegment
pTimingInfo
(MemorySegment segment, long index) ReturnspTimingInfo
at the given index.static void
pTimingInfo
(MemorySegment segment, long index, MemorySegment value) SetspTimingInfo
with the given value at the given index.Returnsreserved1
.byte
reserved1
(long index0) Returnsreserved1
.reserved1
(long index0, byte value) Setsreserved1
with the given value.reserved1
(MemorySegment value) Setsreserved1
with the given value.static MemorySegment
reserved1
(MemorySegment segment, long index) Returnsreserved1
at the given index.static byte
reserved1
(MemorySegment segment, long index, long index0) Returnsreserved1
at the given index.static void
reserved1
(MemorySegment segment, long index, long index0, byte value) Setsreserved1
with the given value at the given index.static void
reserved1
(MemorySegment segment, long index, MemorySegment value) Setsreserved1
with the given value at the given index.byte
Returnsseq_force_integer_mv
.seq_force_integer_mv
(byte value) Setsseq_force_integer_mv
with the given value.static byte
seq_force_integer_mv
(MemorySegment segment, long index) Returnsseq_force_integer_mv
at the given index.static void
seq_force_integer_mv
(MemorySegment segment, long index, byte value) Setsseq_force_integer_mv
with the given value at the given index.byte
Returnsseq_force_screen_content_tools
.seq_force_screen_content_tools
(byte value) Setsseq_force_screen_content_tools
with the given value.static byte
seq_force_screen_content_tools
(MemorySegment segment, long index) Returnsseq_force_screen_content_tools
at the given index.static void
seq_force_screen_content_tools
(MemorySegment segment, long index, byte value) Setsseq_force_screen_content_tools
with the given value at the given index.int
Returnsseq_profile
.seq_profile
(int value) Setsseq_profile
with the given value.static int
seq_profile
(MemorySegment segment, long index) Returnsseq_profile
at the given index.static void
seq_profile
(MemorySegment segment, long index, int value) Setsseq_profile
with the given value at the given index.Methods inherited from class overrungl.struct.GroupType
estimateCount, estimateCount, groupLayout, segment
-
Field Details
-
LAYOUT
The struct layout ofStdVideoAV1SequenceHeader
. -
OFFSET_flags
public static final long OFFSET_flagsThe byte offset offlags
. -
LAYOUT_flags
The memory layout offlags
. -
OFFSET_seq_profile
public static final long OFFSET_seq_profileThe byte offset ofseq_profile
. -
LAYOUT_seq_profile
The memory layout ofseq_profile
. -
VH_seq_profile
-
OFFSET_frame_width_bits_minus_1
public static final long OFFSET_frame_width_bits_minus_1The byte offset offrame_width_bits_minus_1
. -
LAYOUT_frame_width_bits_minus_1
The memory layout offrame_width_bits_minus_1
. -
VH_frame_width_bits_minus_1
-
OFFSET_frame_height_bits_minus_1
public static final long OFFSET_frame_height_bits_minus_1The byte offset offrame_height_bits_minus_1
. -
LAYOUT_frame_height_bits_minus_1
The memory layout offrame_height_bits_minus_1
. -
VH_frame_height_bits_minus_1
-
OFFSET_max_frame_width_minus_1
public static final long OFFSET_max_frame_width_minus_1The byte offset ofmax_frame_width_minus_1
. -
LAYOUT_max_frame_width_minus_1
The memory layout ofmax_frame_width_minus_1
. -
VH_max_frame_width_minus_1
-
OFFSET_max_frame_height_minus_1
public static final long OFFSET_max_frame_height_minus_1The byte offset ofmax_frame_height_minus_1
. -
LAYOUT_max_frame_height_minus_1
The memory layout ofmax_frame_height_minus_1
. -
VH_max_frame_height_minus_1
-
OFFSET_delta_frame_id_length_minus_2
public static final long OFFSET_delta_frame_id_length_minus_2The byte offset ofdelta_frame_id_length_minus_2
. -
LAYOUT_delta_frame_id_length_minus_2
The memory layout ofdelta_frame_id_length_minus_2
. -
VH_delta_frame_id_length_minus_2
-
OFFSET_additional_frame_id_length_minus_1
public static final long OFFSET_additional_frame_id_length_minus_1The byte offset ofadditional_frame_id_length_minus_1
. -
LAYOUT_additional_frame_id_length_minus_1
The memory layout ofadditional_frame_id_length_minus_1
. -
VH_additional_frame_id_length_minus_1
-
OFFSET_order_hint_bits_minus_1
public static final long OFFSET_order_hint_bits_minus_1The byte offset oforder_hint_bits_minus_1
. -
LAYOUT_order_hint_bits_minus_1
The memory layout oforder_hint_bits_minus_1
. -
VH_order_hint_bits_minus_1
-
OFFSET_seq_force_integer_mv
public static final long OFFSET_seq_force_integer_mvThe byte offset ofseq_force_integer_mv
. -
LAYOUT_seq_force_integer_mv
The memory layout ofseq_force_integer_mv
. -
VH_seq_force_integer_mv
-
OFFSET_seq_force_screen_content_tools
public static final long OFFSET_seq_force_screen_content_toolsThe byte offset ofseq_force_screen_content_tools
. -
LAYOUT_seq_force_screen_content_tools
The memory layout ofseq_force_screen_content_tools
. -
VH_seq_force_screen_content_tools
-
OFFSET_reserved1
public static final long OFFSET_reserved1The byte offset ofreserved1
. -
LAYOUT_reserved1
The memory layout ofreserved1
. -
VH_reserved1
-
OFFSET_pColorConfig
public static final long OFFSET_pColorConfigThe byte offset ofpColorConfig
. -
LAYOUT_pColorConfig
The memory layout ofpColorConfig
. -
VH_pColorConfig
-
OFFSET_pTimingInfo
public static final long OFFSET_pTimingInfoThe byte offset ofpTimingInfo
. -
LAYOUT_pTimingInfo
The memory layout ofpTimingInfo
. -
VH_pTimingInfo
-
-
Constructor Details
-
StdVideoAV1SequenceHeader
CreatesStdVideoAV1SequenceHeader
with the given segment.- Parameters:
segment
- the memory segment
-
-
Method Details
-
of
CreatesStdVideoAV1SequenceHeader
with the given segment.- Parameters:
segment
- the memory segment- Returns:
- the created instance or
null
if the segment isNULL
-
ofNative
Creates
StdVideoAV1SequenceHeader
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
StdVideoAV1SequenceHeader
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 aStdVideoAV1SequenceHeader
with the given segment allocator.- Parameters:
allocator
- the segment allocator- Returns:
- the allocated
StdVideoAV1SequenceHeader
-
alloc
Allocates aStdVideoAV1SequenceHeader
with the given segment allocator and count.- Parameters:
allocator
- the segment allocatorcount
- the count- Returns:
- the allocated
StdVideoAV1SequenceHeader
-
copyFrom
Copies from the given source.- Parameters:
src
- the source- Returns:
this
-
asBuffer
Converts this instance to a buffer.- Returns:
- the buffer
-
flags
Returnsflags
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
flags
at the given index
-
flags
-
flags
Setsflags
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
flags
Setsflags
with the given value.- Parameters:
value
- the value- Returns:
this
-
seq_profile
Returnsseq_profile
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
seq_profile
at the given index
-
seq_profile
public int seq_profile()Returnsseq_profile
.- Returns:
seq_profile
-
seq_profile
Setsseq_profile
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
seq_profile
Setsseq_profile
with the given value.- Parameters:
value
- the value- Returns:
this
-
frame_width_bits_minus_1
Returnsframe_width_bits_minus_1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
frame_width_bits_minus_1
at the given index
-
frame_width_bits_minus_1
public byte frame_width_bits_minus_1()Returnsframe_width_bits_minus_1
.- Returns:
frame_width_bits_minus_1
-
frame_width_bits_minus_1
Setsframe_width_bits_minus_1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
frame_width_bits_minus_1
Setsframe_width_bits_minus_1
with the given value.- Parameters:
value
- the value- Returns:
this
-
frame_height_bits_minus_1
Returnsframe_height_bits_minus_1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
frame_height_bits_minus_1
at the given index
-
frame_height_bits_minus_1
public byte frame_height_bits_minus_1()Returnsframe_height_bits_minus_1
.- Returns:
frame_height_bits_minus_1
-
frame_height_bits_minus_1
Setsframe_height_bits_minus_1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
frame_height_bits_minus_1
Setsframe_height_bits_minus_1
with the given value.- Parameters:
value
- the value- Returns:
this
-
max_frame_width_minus_1
Returnsmax_frame_width_minus_1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
max_frame_width_minus_1
at the given index
-
max_frame_width_minus_1
public short max_frame_width_minus_1()Returnsmax_frame_width_minus_1
.- Returns:
max_frame_width_minus_1
-
max_frame_width_minus_1
Setsmax_frame_width_minus_1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
max_frame_width_minus_1
Setsmax_frame_width_minus_1
with the given value.- Parameters:
value
- the value- Returns:
this
-
max_frame_height_minus_1
Returnsmax_frame_height_minus_1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
max_frame_height_minus_1
at the given index
-
max_frame_height_minus_1
public short max_frame_height_minus_1()Returnsmax_frame_height_minus_1
.- Returns:
max_frame_height_minus_1
-
max_frame_height_minus_1
Setsmax_frame_height_minus_1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
max_frame_height_minus_1
Setsmax_frame_height_minus_1
with the given value.- Parameters:
value
- the value- Returns:
this
-
delta_frame_id_length_minus_2
Returnsdelta_frame_id_length_minus_2
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
delta_frame_id_length_minus_2
at the given index
-
delta_frame_id_length_minus_2
public byte delta_frame_id_length_minus_2()Returnsdelta_frame_id_length_minus_2
.- Returns:
delta_frame_id_length_minus_2
-
delta_frame_id_length_minus_2
Setsdelta_frame_id_length_minus_2
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
delta_frame_id_length_minus_2
Setsdelta_frame_id_length_minus_2
with the given value.- Parameters:
value
- the value- Returns:
this
-
additional_frame_id_length_minus_1
Returnsadditional_frame_id_length_minus_1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
additional_frame_id_length_minus_1
at the given index
-
additional_frame_id_length_minus_1
public byte additional_frame_id_length_minus_1()Returnsadditional_frame_id_length_minus_1
.- Returns:
additional_frame_id_length_minus_1
-
additional_frame_id_length_minus_1
public static void additional_frame_id_length_minus_1(MemorySegment segment, long index, byte value) Setsadditional_frame_id_length_minus_1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
additional_frame_id_length_minus_1
Setsadditional_frame_id_length_minus_1
with the given value.- Parameters:
value
- the value- Returns:
this
-
order_hint_bits_minus_1
Returnsorder_hint_bits_minus_1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
order_hint_bits_minus_1
at the given index
-
order_hint_bits_minus_1
public byte order_hint_bits_minus_1()Returnsorder_hint_bits_minus_1
.- Returns:
order_hint_bits_minus_1
-
order_hint_bits_minus_1
Setsorder_hint_bits_minus_1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
order_hint_bits_minus_1
Setsorder_hint_bits_minus_1
with the given value.- Parameters:
value
- the value- Returns:
this
-
seq_force_integer_mv
Returnsseq_force_integer_mv
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
seq_force_integer_mv
at the given index
-
seq_force_integer_mv
public byte seq_force_integer_mv()Returnsseq_force_integer_mv
.- Returns:
seq_force_integer_mv
-
seq_force_integer_mv
Setsseq_force_integer_mv
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
seq_force_integer_mv
Setsseq_force_integer_mv
with the given value.- Parameters:
value
- the value- Returns:
this
-
seq_force_screen_content_tools
Returnsseq_force_screen_content_tools
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
seq_force_screen_content_tools
at the given index
-
seq_force_screen_content_tools
public byte seq_force_screen_content_tools()Returnsseq_force_screen_content_tools
.- Returns:
seq_force_screen_content_tools
-
seq_force_screen_content_tools
Setsseq_force_screen_content_tools
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
seq_force_screen_content_tools
Setsseq_force_screen_content_tools
with the given value.- Parameters:
value
- the value- Returns:
this
-
reserved1
Returnsreserved1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
reserved1
at the given index
-
reserved1
Returnsreserved1
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct bufferindex0
- the Index 0 of the array- Returns:
reserved1
at the given index
-
reserved1
-
reserved1
public byte reserved1(long index0) Returnsreserved1
.- Parameters:
index0
- the Index 0 of the array- Returns:
reserved1
-
reserved1
Setsreserved1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
reserved1
Setsreserved1
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct bufferindex0
- the Index 0 of the arrayvalue
- the value
-
reserved1
Setsreserved1
with the given value.- Parameters:
value
- the value- Returns:
this
-
reserved1
Setsreserved1
with the given value.- Parameters:
index0
- the Index 0 of the arrayvalue
- the value- Returns:
this
-
pColorConfig
ReturnspColorConfig
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
pColorConfig
at the given index
-
pColorConfig
-
pColorConfig
SetspColorConfig
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
pColorConfig
SetspColorConfig
with the given value.- Parameters:
value
- the value- Returns:
this
-
pTimingInfo
ReturnspTimingInfo
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
pTimingInfo
at the given index
-
pTimingInfo
-
pTimingInfo
SetspTimingInfo
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
pTimingInfo
SetspTimingInfo
with the given value.- Parameters:
value
- the value- Returns:
this
-