Package org.lwjgl.vulkan.video
Class StdVideoEncodeH265LongTermRefPics.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<StdVideoEncodeH265LongTermRefPics.Buffer>
org.lwjgl.system.StructBuffer<StdVideoEncodeH265LongTermRefPics,StdVideoEncodeH265LongTermRefPics.Buffer>
org.lwjgl.vulkan.video.StdVideoEncodeH265LongTermRefPics.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<StdVideoEncodeH265LongTermRefPics>,NativeResource,Pointer
- Enclosing class:
StdVideoEncodeH265LongTermRefPics
public static class StdVideoEncodeH265LongTermRefPics.Buffer
extends StructBuffer<StdVideoEncodeH265LongTermRefPics,StdVideoEncodeH265LongTermRefPics.Buffer>
implements NativeResource
An array of
StdVideoEncodeH265LongTermRefPics 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 newStdVideoEncodeH265LongTermRefPics.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionbytedelta_poc_msb_cycle_lt(int index) delta_poc_msb_cycle_lt(int index, byte value) Sets the specified value at the specified index of thedelta_poc_msb_cycle_ltfield.delta_poc_msb_cycle_lt(ByteBuffer value) Copies the specifiedByteBufferto thedelta_poc_msb_cycle_ltfield.bytedelta_poc_msb_present_flag(int index) delta_poc_msb_present_flag(int index, byte value) Sets the specified value at the specified index of thedelta_poc_msb_present_flagfield.Copies the specifiedByteBufferto thedelta_poc_msb_present_flagfield.bytelt_idx_sps(int index) lt_idx_sps(int index, byte value) Sets the specified value at the specified index of thelt_idx_spsfield.lt_idx_sps(ByteBuffer value) Copies the specifiedByteBufferto thelt_idx_spsfield.bytenum_long_term_pics(byte value) Sets the specified value to thenum_long_term_picsfield.bytenum_long_term_sps(byte value) Sets the specified value to thenum_long_term_spsfield.bytepoc_lsb_lt(int index) poc_lsb_lt(int index, byte value) Sets the specified value at the specified index of thepoc_lsb_ltfield.poc_lsb_lt(ByteBuffer value) Copies the specifiedByteBufferto thepoc_lsb_ltfield.shortused_by_curr_pic_lt_flag(short value) Sets the specified value to theused_by_curr_pic_lt_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 newStdVideoEncodeH265LongTermRefPics.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
StdVideoEncodeH265LongTermRefPics.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
-
num_long_term_sps
public byte num_long_term_sps()- Returns:
- the value of the
num_long_term_spsfield.
-
num_long_term_pics
public byte num_long_term_pics()- Returns:
- the value of the
num_long_term_picsfield.
-
lt_idx_sps
- Returns:
- a
ByteBufferview of thelt_idx_spsfield.
-
lt_idx_sps
public byte lt_idx_sps(int index) - Returns:
- the value at the specified index of the
lt_idx_spsfield.
-
poc_lsb_lt
- Returns:
- a
ByteBufferview of thepoc_lsb_ltfield.
-
poc_lsb_lt
public byte poc_lsb_lt(int index) - Returns:
- the value at the specified index of the
poc_lsb_ltfield.
-
used_by_curr_pic_lt_flag
public short used_by_curr_pic_lt_flag()- Returns:
- the value of the
used_by_curr_pic_lt_flagfield.
-
delta_poc_msb_present_flag
- Returns:
- a
ByteBufferview of thedelta_poc_msb_present_flagfield.
-
delta_poc_msb_present_flag
public byte delta_poc_msb_present_flag(int index) - Returns:
- the value at the specified index of the
delta_poc_msb_present_flagfield.
-
delta_poc_msb_cycle_lt
- Returns:
- a
ByteBufferview of thedelta_poc_msb_cycle_ltfield.
-
delta_poc_msb_cycle_lt
public byte delta_poc_msb_cycle_lt(int index) - Returns:
- the value at the specified index of the
delta_poc_msb_cycle_ltfield.
-
num_long_term_sps
Sets the specified value to thenum_long_term_spsfield. -
num_long_term_pics
Sets the specified value to thenum_long_term_picsfield. -
lt_idx_sps
Copies the specifiedByteBufferto thelt_idx_spsfield. -
lt_idx_sps
Sets the specified value at the specified index of thelt_idx_spsfield. -
poc_lsb_lt
Copies the specifiedByteBufferto thepoc_lsb_ltfield. -
poc_lsb_lt
Sets the specified value at the specified index of thepoc_lsb_ltfield. -
used_by_curr_pic_lt_flag
Sets the specified value to theused_by_curr_pic_lt_flagfield. -
delta_poc_msb_present_flag
Copies the specifiedByteBufferto thedelta_poc_msb_present_flagfield. -
delta_poc_msb_present_flag
Sets the specified value at the specified index of thedelta_poc_msb_present_flagfield. -
delta_poc_msb_cycle_lt
Copies the specifiedByteBufferto thedelta_poc_msb_cycle_ltfield. -
delta_poc_msb_cycle_lt
Sets the specified value at the specified index of thedelta_poc_msb_cycle_ltfield.
-