Class StdVideoAV1TimingInfo.Buffer
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.video.StdVideoAV1TimingInfo
overrungl.vulkan.video.StdVideoAV1TimingInfo.Buffer
- All Implemented Interfaces:
Addressable
- Enclosing class:
StdVideoAV1TimingInfo
A buffer of
StdVideoAV1TimingInfo
.-
Nested Class Summary
Nested classes/interfaces inherited from class overrungl.vulkan.video.StdVideoAV1TimingInfo
StdVideoAV1TimingInfo.Buffer
-
Field Summary
Fields inherited from class overrungl.vulkan.video.StdVideoAV1TimingInfo
LAYOUT, LAYOUT_flags, LAYOUT_num_ticks_per_picture_minus_1, LAYOUT_num_units_in_display_tick, LAYOUT_time_scale, OFFSET_flags, OFFSET_num_ticks_per_picture_minus_1, OFFSET_num_units_in_display_tick, OFFSET_time_scale, VH_num_ticks_per_picture_minus_1, VH_num_units_in_display_tick, VH_time_scale
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(MemorySegment segment, long elementCount) CreatesStdVideoAV1TimingInfo.Buffer
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionasSlice
(long index) Creates a slice ofStdVideoAV1TimingInfo
.asSlice
(long index, long count) Creates a slice ofStdVideoAV1TimingInfo
.long
Estimates the element count of this group type buffer.flagsAt
(long index) Returnsflags
at the given index.flagsAt
(long index, MemorySegment value) Setsflags
with the given value at the given index.int
num_ticks_per_picture_minus_1At
(long index) Returnsnum_ticks_per_picture_minus_1
at the given index.num_ticks_per_picture_minus_1At
(long index, int value) Setsnum_ticks_per_picture_minus_1
with the given value at the given index.int
num_units_in_display_tickAt
(long index) Returnsnum_units_in_display_tick
at the given index.num_units_in_display_tickAt
(long index, int value) Setsnum_units_in_display_tick
with the given value at the given index.int
time_scaleAt
(long index) Returnstime_scale
at the given index.time_scaleAt
(long index, int value) Setstime_scale
with the given value at the given index.Methods inherited from class overrungl.vulkan.video.StdVideoAV1TimingInfo
alloc, alloc, asBuffer, copyFrom, flags, flags, flags, flags, num_ticks_per_picture_minus_1, num_ticks_per_picture_minus_1, num_ticks_per_picture_minus_1, num_ticks_per_picture_minus_1, num_units_in_display_tick, num_units_in_display_tick, num_units_in_display_tick, num_units_in_display_tick, of, ofNative, ofNative, time_scale, time_scale, time_scale, time_scale
Methods inherited from class overrungl.struct.GroupType
estimateCount, groupLayout, segment
-
Constructor Details
-
Buffer
CreatesStdVideoAV1TimingInfo.Buffer
with the given segment.- Parameters:
segment
- the memory segmentelementCount
- the element count
-
-
Method Details
-
estimateCount
public long estimateCount()Description copied from class:GroupType
Estimates the element count of this group type buffer.- Overrides:
estimateCount
in classGroupType
- Returns:
- the estimated element count of the group type buffer
-
asSlice
Creates a slice ofStdVideoAV1TimingInfo
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
StdVideoAV1TimingInfo
-
asSlice
Creates a slice ofStdVideoAV1TimingInfo
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
StdVideoAV1TimingInfo
-
flagsAt
Returnsflags
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
flags
at the given index
-
flagsAt
Setsflags
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
num_units_in_display_tickAt
public int num_units_in_display_tickAt(long index) Returnsnum_units_in_display_tick
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
num_units_in_display_tick
at the given index
-
num_units_in_display_tickAt
Setsnum_units_in_display_tick
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
time_scaleAt
public int time_scaleAt(long index) Returnstime_scale
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
time_scale
at the given index
-
time_scaleAt
Setstime_scale
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
num_ticks_per_picture_minus_1At
public int num_ticks_per_picture_minus_1At(long index) Returnsnum_ticks_per_picture_minus_1
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
num_ticks_per_picture_minus_1
at the given index
-
num_ticks_per_picture_minus_1At
Setsnum_ticks_per_picture_minus_1
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-