code
stringlengths
11
173k
docstring
stringlengths
2
593k
func_name
stringlengths
2
189
language
stringclasses
1 value
repo
stringclasses
833 values
path
stringlengths
11
294
url
stringlengths
60
339
license
stringclasses
4 values
public StdVideoH264HrdParameters.Buffer cpb_removal_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ncpb_removal_delay_length_minus1(address(), value); return this; }
Creates a new {@code StdVideoH264HrdParameters.Buffer} instance backed by the specified container. <p>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 {@link StdVideoH264HrdParameters#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoH264HrdParameters getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code cpb_cnt_minus1} field. @NativeType("uint8_t") public byte cpb_cnt_minus1() { return StdVideoH264HrdParameters.ncpb_cnt_minus1(address()); } /** @return the value of the {@code bit_rate_scale} field. @NativeType("uint8_t") public byte bit_rate_scale() { return StdVideoH264HrdParameters.nbit_rate_scale(address()); } /** @return the value of the {@code cpb_size_scale} field. @NativeType("uint8_t") public byte cpb_size_scale() { return StdVideoH264HrdParameters.ncpb_size_scale(address()); } /** @return a {@link IntBuffer} view of the {@code bit_rate_value_minus1} field. @NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public IntBuffer bit_rate_value_minus1() { return StdVideoH264HrdParameters.nbit_rate_value_minus1(address()); } /** @return the value at the specified index of the {@code bit_rate_value_minus1} field. @NativeType("uint32_t") public int bit_rate_value_minus1(int index) { return StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), index); } /** @return a {@link IntBuffer} view of the {@code cpb_size_value_minus1} field. @NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public IntBuffer cpb_size_value_minus1() { return StdVideoH264HrdParameters.ncpb_size_value_minus1(address()); } /** @return the value at the specified index of the {@code cpb_size_value_minus1} field. @NativeType("uint32_t") public int cpb_size_value_minus1(int index) { return StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), index); } /** @return a {@link ByteBuffer} view of the {@code cbr_flag} field. @NativeType("uint8_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public ByteBuffer cbr_flag() { return StdVideoH264HrdParameters.ncbr_flag(address()); } /** @return the value at the specified index of the {@code cbr_flag} field. @NativeType("uint8_t") public byte cbr_flag(int index) { return StdVideoH264HrdParameters.ncbr_flag(address(), index); } /** @return the value of the {@code initial_cpb_removal_delay_length_minus1} field. @NativeType("uint32_t") public int initial_cpb_removal_delay_length_minus1() { return StdVideoH264HrdParameters.ninitial_cpb_removal_delay_length_minus1(address()); } /** @return the value of the {@code cpb_removal_delay_length_minus1} field. @NativeType("uint32_t") public int cpb_removal_delay_length_minus1() { return StdVideoH264HrdParameters.ncpb_removal_delay_length_minus1(address()); } /** @return the value of the {@code dpb_output_delay_length_minus1} field. @NativeType("uint32_t") public int dpb_output_delay_length_minus1() { return StdVideoH264HrdParameters.ndpb_output_delay_length_minus1(address()); } /** @return the value of the {@code time_offset_length} field. @NativeType("uint32_t") public int time_offset_length() { return StdVideoH264HrdParameters.ntime_offset_length(address()); } /** Sets the specified value to the {@code cpb_cnt_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_cnt_minus1(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncpb_cnt_minus1(address(), value); return this; } /** Sets the specified value to the {@code bit_rate_scale} field. public StdVideoH264HrdParameters.Buffer bit_rate_scale(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.nbit_rate_scale(address(), value); return this; } /** Sets the specified value to the {@code cpb_size_scale} field. public StdVideoH264HrdParameters.Buffer cpb_size_scale(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncpb_size_scale(address(), value); return this; } /** Copies the specified {@link IntBuffer} to the {@code bit_rate_value_minus1} field. public StdVideoH264HrdParameters.Buffer bit_rate_value_minus1(@NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") IntBuffer value) { StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code bit_rate_value_minus1} field. public StdVideoH264HrdParameters.Buffer bit_rate_value_minus1(int index, @NativeType("uint32_t") int value) { StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), index, value); return this; } /** Copies the specified {@link IntBuffer} to the {@code cpb_size_value_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_size_value_minus1(@NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") IntBuffer value) { StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code cpb_size_value_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_size_value_minus1(int index, @NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code cbr_flag} field. public StdVideoH264HrdParameters.Buffer cbr_flag(@NativeType("uint8_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") ByteBuffer value) { StdVideoH264HrdParameters.ncbr_flag(address(), value); return this; } /** Sets the specified value at the specified index of the {@code cbr_flag} field. public StdVideoH264HrdParameters.Buffer cbr_flag(int index, @NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncbr_flag(address(), index, value); return this; } /** Sets the specified value to the {@code initial_cpb_removal_delay_length_minus1} field. public StdVideoH264HrdParameters.Buffer initial_cpb_removal_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ninitial_cpb_removal_delay_length_minus1(address(), value); return this; } /** Sets the specified value to the {@code cpb_removal_delay_length_minus1} field.
Buffer::cpb_removal_delay_length_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.java
BSD-3-Clause
public StdVideoH264HrdParameters.Buffer dpb_output_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ndpb_output_delay_length_minus1(address(), value); return this; }
Creates a new {@code StdVideoH264HrdParameters.Buffer} instance backed by the specified container. <p>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 {@link StdVideoH264HrdParameters#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoH264HrdParameters getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code cpb_cnt_minus1} field. @NativeType("uint8_t") public byte cpb_cnt_minus1() { return StdVideoH264HrdParameters.ncpb_cnt_minus1(address()); } /** @return the value of the {@code bit_rate_scale} field. @NativeType("uint8_t") public byte bit_rate_scale() { return StdVideoH264HrdParameters.nbit_rate_scale(address()); } /** @return the value of the {@code cpb_size_scale} field. @NativeType("uint8_t") public byte cpb_size_scale() { return StdVideoH264HrdParameters.ncpb_size_scale(address()); } /** @return a {@link IntBuffer} view of the {@code bit_rate_value_minus1} field. @NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public IntBuffer bit_rate_value_minus1() { return StdVideoH264HrdParameters.nbit_rate_value_minus1(address()); } /** @return the value at the specified index of the {@code bit_rate_value_minus1} field. @NativeType("uint32_t") public int bit_rate_value_minus1(int index) { return StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), index); } /** @return a {@link IntBuffer} view of the {@code cpb_size_value_minus1} field. @NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public IntBuffer cpb_size_value_minus1() { return StdVideoH264HrdParameters.ncpb_size_value_minus1(address()); } /** @return the value at the specified index of the {@code cpb_size_value_minus1} field. @NativeType("uint32_t") public int cpb_size_value_minus1(int index) { return StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), index); } /** @return a {@link ByteBuffer} view of the {@code cbr_flag} field. @NativeType("uint8_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public ByteBuffer cbr_flag() { return StdVideoH264HrdParameters.ncbr_flag(address()); } /** @return the value at the specified index of the {@code cbr_flag} field. @NativeType("uint8_t") public byte cbr_flag(int index) { return StdVideoH264HrdParameters.ncbr_flag(address(), index); } /** @return the value of the {@code initial_cpb_removal_delay_length_minus1} field. @NativeType("uint32_t") public int initial_cpb_removal_delay_length_minus1() { return StdVideoH264HrdParameters.ninitial_cpb_removal_delay_length_minus1(address()); } /** @return the value of the {@code cpb_removal_delay_length_minus1} field. @NativeType("uint32_t") public int cpb_removal_delay_length_minus1() { return StdVideoH264HrdParameters.ncpb_removal_delay_length_minus1(address()); } /** @return the value of the {@code dpb_output_delay_length_minus1} field. @NativeType("uint32_t") public int dpb_output_delay_length_minus1() { return StdVideoH264HrdParameters.ndpb_output_delay_length_minus1(address()); } /** @return the value of the {@code time_offset_length} field. @NativeType("uint32_t") public int time_offset_length() { return StdVideoH264HrdParameters.ntime_offset_length(address()); } /** Sets the specified value to the {@code cpb_cnt_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_cnt_minus1(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncpb_cnt_minus1(address(), value); return this; } /** Sets the specified value to the {@code bit_rate_scale} field. public StdVideoH264HrdParameters.Buffer bit_rate_scale(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.nbit_rate_scale(address(), value); return this; } /** Sets the specified value to the {@code cpb_size_scale} field. public StdVideoH264HrdParameters.Buffer cpb_size_scale(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncpb_size_scale(address(), value); return this; } /** Copies the specified {@link IntBuffer} to the {@code bit_rate_value_minus1} field. public StdVideoH264HrdParameters.Buffer bit_rate_value_minus1(@NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") IntBuffer value) { StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code bit_rate_value_minus1} field. public StdVideoH264HrdParameters.Buffer bit_rate_value_minus1(int index, @NativeType("uint32_t") int value) { StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), index, value); return this; } /** Copies the specified {@link IntBuffer} to the {@code cpb_size_value_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_size_value_minus1(@NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") IntBuffer value) { StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code cpb_size_value_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_size_value_minus1(int index, @NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code cbr_flag} field. public StdVideoH264HrdParameters.Buffer cbr_flag(@NativeType("uint8_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") ByteBuffer value) { StdVideoH264HrdParameters.ncbr_flag(address(), value); return this; } /** Sets the specified value at the specified index of the {@code cbr_flag} field. public StdVideoH264HrdParameters.Buffer cbr_flag(int index, @NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncbr_flag(address(), index, value); return this; } /** Sets the specified value to the {@code initial_cpb_removal_delay_length_minus1} field. public StdVideoH264HrdParameters.Buffer initial_cpb_removal_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ninitial_cpb_removal_delay_length_minus1(address(), value); return this; } /** Sets the specified value to the {@code cpb_removal_delay_length_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_removal_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ncpb_removal_delay_length_minus1(address(), value); return this; } /** Sets the specified value to the {@code dpb_output_delay_length_minus1} field.
Buffer::dpb_output_delay_length_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.java
BSD-3-Clause
public StdVideoH264HrdParameters.Buffer time_offset_length(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ntime_offset_length(address(), value); return this; }
Creates a new {@code StdVideoH264HrdParameters.Buffer} instance backed by the specified container. <p>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 {@link StdVideoH264HrdParameters#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoH264HrdParameters getElementFactory() { return ELEMENT_FACTORY; } /** @return the value of the {@code cpb_cnt_minus1} field. @NativeType("uint8_t") public byte cpb_cnt_minus1() { return StdVideoH264HrdParameters.ncpb_cnt_minus1(address()); } /** @return the value of the {@code bit_rate_scale} field. @NativeType("uint8_t") public byte bit_rate_scale() { return StdVideoH264HrdParameters.nbit_rate_scale(address()); } /** @return the value of the {@code cpb_size_scale} field. @NativeType("uint8_t") public byte cpb_size_scale() { return StdVideoH264HrdParameters.ncpb_size_scale(address()); } /** @return a {@link IntBuffer} view of the {@code bit_rate_value_minus1} field. @NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public IntBuffer bit_rate_value_minus1() { return StdVideoH264HrdParameters.nbit_rate_value_minus1(address()); } /** @return the value at the specified index of the {@code bit_rate_value_minus1} field. @NativeType("uint32_t") public int bit_rate_value_minus1(int index) { return StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), index); } /** @return a {@link IntBuffer} view of the {@code cpb_size_value_minus1} field. @NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public IntBuffer cpb_size_value_minus1() { return StdVideoH264HrdParameters.ncpb_size_value_minus1(address()); } /** @return the value at the specified index of the {@code cpb_size_value_minus1} field. @NativeType("uint32_t") public int cpb_size_value_minus1(int index) { return StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), index); } /** @return a {@link ByteBuffer} view of the {@code cbr_flag} field. @NativeType("uint8_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") public ByteBuffer cbr_flag() { return StdVideoH264HrdParameters.ncbr_flag(address()); } /** @return the value at the specified index of the {@code cbr_flag} field. @NativeType("uint8_t") public byte cbr_flag(int index) { return StdVideoH264HrdParameters.ncbr_flag(address(), index); } /** @return the value of the {@code initial_cpb_removal_delay_length_minus1} field. @NativeType("uint32_t") public int initial_cpb_removal_delay_length_minus1() { return StdVideoH264HrdParameters.ninitial_cpb_removal_delay_length_minus1(address()); } /** @return the value of the {@code cpb_removal_delay_length_minus1} field. @NativeType("uint32_t") public int cpb_removal_delay_length_minus1() { return StdVideoH264HrdParameters.ncpb_removal_delay_length_minus1(address()); } /** @return the value of the {@code dpb_output_delay_length_minus1} field. @NativeType("uint32_t") public int dpb_output_delay_length_minus1() { return StdVideoH264HrdParameters.ndpb_output_delay_length_minus1(address()); } /** @return the value of the {@code time_offset_length} field. @NativeType("uint32_t") public int time_offset_length() { return StdVideoH264HrdParameters.ntime_offset_length(address()); } /** Sets the specified value to the {@code cpb_cnt_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_cnt_minus1(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncpb_cnt_minus1(address(), value); return this; } /** Sets the specified value to the {@code bit_rate_scale} field. public StdVideoH264HrdParameters.Buffer bit_rate_scale(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.nbit_rate_scale(address(), value); return this; } /** Sets the specified value to the {@code cpb_size_scale} field. public StdVideoH264HrdParameters.Buffer cpb_size_scale(@NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncpb_size_scale(address(), value); return this; } /** Copies the specified {@link IntBuffer} to the {@code bit_rate_value_minus1} field. public StdVideoH264HrdParameters.Buffer bit_rate_value_minus1(@NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") IntBuffer value) { StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code bit_rate_value_minus1} field. public StdVideoH264HrdParameters.Buffer bit_rate_value_minus1(int index, @NativeType("uint32_t") int value) { StdVideoH264HrdParameters.nbit_rate_value_minus1(address(), index, value); return this; } /** Copies the specified {@link IntBuffer} to the {@code cpb_size_value_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_size_value_minus1(@NativeType("uint32_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") IntBuffer value) { StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code cpb_size_value_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_size_value_minus1(int index, @NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ncpb_size_value_minus1(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code cbr_flag} field. public StdVideoH264HrdParameters.Buffer cbr_flag(@NativeType("uint8_t[STD_VIDEO_H264_CPB_CNT_LIST_SIZE]") ByteBuffer value) { StdVideoH264HrdParameters.ncbr_flag(address(), value); return this; } /** Sets the specified value at the specified index of the {@code cbr_flag} field. public StdVideoH264HrdParameters.Buffer cbr_flag(int index, @NativeType("uint8_t") byte value) { StdVideoH264HrdParameters.ncbr_flag(address(), index, value); return this; } /** Sets the specified value to the {@code initial_cpb_removal_delay_length_minus1} field. public StdVideoH264HrdParameters.Buffer initial_cpb_removal_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ninitial_cpb_removal_delay_length_minus1(address(), value); return this; } /** Sets the specified value to the {@code cpb_removal_delay_length_minus1} field. public StdVideoH264HrdParameters.Buffer cpb_removal_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ncpb_removal_delay_length_minus1(address(), value); return this; } /** Sets the specified value to the {@code dpb_output_delay_length_minus1} field. public StdVideoH264HrdParameters.Buffer dpb_output_delay_length_minus1(@NativeType("uint32_t") int value) { StdVideoH264HrdParameters.ndpb_output_delay_length_minus1(address(), value); return this; } /** Sets the specified value to the {@code time_offset_length} field.
Buffer::time_offset_length
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264HrdParameters.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p>
StdVideoEncodeH264ReferenceListsInfo::StdVideoEncodeH264ReferenceListsInfo
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field.
StdVideoEncodeH264ReferenceListsInfo::flags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field.
StdVideoEncodeH264ReferenceListsInfo::flags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
StdVideoEncodeH264ReferenceListsInfo::flags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field.
StdVideoEncodeH264ReferenceListsInfo::num_ref_idx_l0_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field.
StdVideoEncodeH264ReferenceListsInfo::num_ref_idx_l1_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field.
StdVideoEncodeH264ReferenceListsInfo::RefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field.
StdVideoEncodeH264ReferenceListsInfo::RefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field.
StdVideoEncodeH264ReferenceListsInfo::RefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo RefPicList1(int index, @NativeType("uint8_t") byte value) { nRefPicList1(address(), index, value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field.
StdVideoEncodeH264ReferenceListsInfo::RefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo refList0ModOpCount(@NativeType("uint8_t") byte value) { nrefList0ModOpCount(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(int index, @NativeType("uint8_t") byte value) { nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field.
StdVideoEncodeH264ReferenceListsInfo::refList0ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo refList1ModOpCount(@NativeType("uint8_t") byte value) { nrefList1ModOpCount(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(int index, @NativeType("uint8_t") byte value) { nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList0ModOpCount(@NativeType("uint8_t") byte value) { nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field.
StdVideoEncodeH264ReferenceListsInfo::refList1ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo pRefList0ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { npRefList0ModOperations(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(int index, @NativeType("uint8_t") byte value) { nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList0ModOpCount(@NativeType("uint8_t") byte value) { nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList1ModOpCount(@NativeType("uint8_t") byte value) { nrefList1ModOpCount(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList0ModOperations} field.
StdVideoEncodeH264ReferenceListsInfo::pRefList0ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo pRefList1ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { npRefList1ModOperations(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(int index, @NativeType("uint8_t") byte value) { nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList0ModOpCount(@NativeType("uint8_t") byte value) { nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList1ModOpCount(@NativeType("uint8_t") byte value) { nrefList1ModOpCount(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList0ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo pRefList0ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { npRefList0ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList1ModOperations} field.
StdVideoEncodeH264ReferenceListsInfo::pRefList1ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo pRefPicMarkingOperations(@NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") StdVideoEncodeH264RefPicMarkingEntry.Buffer value) { npRefPicMarkingOperations(address(), value); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(int index, @NativeType("uint8_t") byte value) { nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList0ModOpCount(@NativeType("uint8_t") byte value) { nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList1ModOpCount(@NativeType("uint8_t") byte value) { nrefList1ModOpCount(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList0ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo pRefList0ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { npRefList0ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList1ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo pRefList1ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { npRefList1ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} to the {@code pRefPicMarkingOperations} field.
StdVideoEncodeH264ReferenceListsInfo::pRefPicMarkingOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo set( StdVideoEncodeH264ReferenceListsInfoFlags flags, byte num_ref_idx_l0_active_minus1, byte num_ref_idx_l1_active_minus1, ByteBuffer RefPicList0, ByteBuffer RefPicList1, byte refList0ModOpCount, byte refList1ModOpCount, StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations, StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations, StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations ) { flags(flags); num_ref_idx_l0_active_minus1(num_ref_idx_l0_active_minus1); num_ref_idx_l1_active_minus1(num_ref_idx_l1_active_minus1); RefPicList0(RefPicList0); RefPicList1(RefPicList1); refList0ModOpCount(refList0ModOpCount); refList1ModOpCount(refList1ModOpCount); pRefList0ModOperations(pRefList0ModOperations); pRefList1ModOperations(pRefList1ModOperations); pRefPicMarkingOperations(pRefPicMarkingOperations); return this; }
Creates a {@code StdVideoEncodeH264ReferenceListsInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH264ReferenceListsInfo(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList0(int index, @NativeType("uint8_t") byte value) { nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo RefPicList1(int index, @NativeType("uint8_t") byte value) { nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList0ModOpCount(@NativeType("uint8_t") byte value) { nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo refList1ModOpCount(@NativeType("uint8_t") byte value) { nrefList1ModOpCount(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList0ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo pRefList0ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { npRefList0ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList1ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo pRefList1ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { npRefList1ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} to the {@code pRefPicMarkingOperations} field. public StdVideoEncodeH264ReferenceListsInfo pRefPicMarkingOperations(@NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") StdVideoEncodeH264RefPicMarkingEntry.Buffer value) { npRefPicMarkingOperations(address(), value); return this; } /** Initializes this struct with the specified values.
StdVideoEncodeH264ReferenceListsInfo::set
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo malloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemAllocChecked(SIZEOF), null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH264ReferenceListsInfo set(StdVideoEncodeH264ReferenceListsInfo src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
StdVideoEncodeH264ReferenceListsInfo::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo calloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemCallocChecked(1, SIZEOF), null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH264ReferenceListsInfo set(StdVideoEncodeH264ReferenceListsInfo src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH264ReferenceListsInfo malloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
StdVideoEncodeH264ReferenceListsInfo::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new StdVideoEncodeH264ReferenceListsInfo(memAddress(container), container); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH264ReferenceListsInfo set(StdVideoEncodeH264ReferenceListsInfo src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH264ReferenceListsInfo malloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static StdVideoEncodeH264ReferenceListsInfo calloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link BufferUtils}.
StdVideoEncodeH264ReferenceListsInfo::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo create(long address) { return new StdVideoEncodeH264ReferenceListsInfo(address, null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH264ReferenceListsInfo set(StdVideoEncodeH264ReferenceListsInfo src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH264ReferenceListsInfo malloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static StdVideoEncodeH264ReferenceListsInfo calloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link BufferUtils}. public static StdVideoEncodeH264ReferenceListsInfo create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new StdVideoEncodeH264ReferenceListsInfo(memAddress(container), container); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance for the specified memory address.
StdVideoEncodeH264ReferenceListsInfo::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static @Nullable StdVideoEncodeH264ReferenceListsInfo createSafe(long address) { return address == NULL ? null : new StdVideoEncodeH264ReferenceListsInfo(address, null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH264ReferenceListsInfo set(StdVideoEncodeH264ReferenceListsInfo src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH264ReferenceListsInfo malloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static StdVideoEncodeH264ReferenceListsInfo calloc() { return new StdVideoEncodeH264ReferenceListsInfo(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated with {@link BufferUtils}. public static StdVideoEncodeH264ReferenceListsInfo create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new StdVideoEncodeH264ReferenceListsInfo(memAddress(container), container); } /** Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance for the specified memory address. public static StdVideoEncodeH264ReferenceListsInfo create(long address) { return new StdVideoEncodeH264ReferenceListsInfo(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
StdVideoEncodeH264ReferenceListsInfo::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo.Buffer malloc(int capacity) { return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. @param capacity the buffer capacity
StdVideoEncodeH264ReferenceListsInfo::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity) { return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. @param capacity the buffer capacity
StdVideoEncodeH264ReferenceListsInfo::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo.Buffer create(int capacity) { ByteBuffer container = __create(capacity, SIZEOF); return new Buffer(memAddress(container), container, -1, 0, capacity, capacity); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated with {@link BufferUtils}. @param capacity the buffer capacity
StdVideoEncodeH264ReferenceListsInfo::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
StdVideoEncodeH264ReferenceListsInfo::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}.
StdVideoEncodeH264ReferenceListsInfo::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo malloc(MemoryStack stack) { return new StdVideoEncodeH264ReferenceListsInfo(stack.nmalloc(ALIGNOF, SIZEOF), null); }
Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate
StdVideoEncodeH264ReferenceListsInfo::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo calloc(MemoryStack stack) { return new StdVideoEncodeH264ReferenceListsInfo(stack.ncalloc(ALIGNOF, 1, SIZEOF), null); }
Returns a new {@code StdVideoEncodeH264ReferenceListsInfo} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate
StdVideoEncodeH264ReferenceListsInfo::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo.Buffer malloc(int capacity, MemoryStack stack) { return new Buffer(stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate @param capacity the buffer capacity
StdVideoEncodeH264ReferenceListsInfo::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity
StdVideoEncodeH264ReferenceListsInfo::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}.
StdVideoEncodeH264ReferenceListsInfo::nflags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}.
StdVideoEncodeH264ReferenceListsInfo::nnum_ref_idx_l0_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}.
StdVideoEncodeH264ReferenceListsInfo::nnum_ref_idx_l1_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}.
StdVideoEncodeH264ReferenceListsInfo::nrefList0ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}.
StdVideoEncodeH264ReferenceListsInfo::nrefList1ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}.
StdVideoEncodeH264ReferenceListsInfo::nrefPicMarkingOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}.
StdVideoEncodeH264ReferenceListsInfo::npRefList0ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}.
StdVideoEncodeH264ReferenceListsInfo::npRefList1ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}.
StdVideoEncodeH264ReferenceListsInfo::npRefPicMarkingOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}.
StdVideoEncodeH264ReferenceListsInfo::nflags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}.
StdVideoEncodeH264ReferenceListsInfo::nnum_ref_idx_l0_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}.
StdVideoEncodeH264ReferenceListsInfo::nnum_ref_idx_l1_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nRefPicList1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}. public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList1(int, byte) RefPicList1}.
StdVideoEncodeH264ReferenceListsInfo::nRefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nrefList0ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT, value); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}. public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList1(int, byte) RefPicList1}. public static void nRefPicList1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Sets the specified value to the {@code refList0ModOpCount} field of the specified {@code struct}.
StdVideoEncodeH264ReferenceListsInfo::nrefList0ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nrefList1ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT, value); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}. public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList1(int, byte) RefPicList1}. public static void nRefPicList1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Sets the specified value to the {@code refList0ModOpCount} field of the specified {@code struct}. public static void nrefList0ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT, value); } /** Sets the specified value to the {@code refList1ModOpCount} field of the specified {@code struct}.
StdVideoEncodeH264ReferenceListsInfo::nrefList1ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void nrefPicMarkingOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT, value); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}. public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList1(int, byte) RefPicList1}. public static void nRefPicList1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Sets the specified value to the {@code refList0ModOpCount} field of the specified {@code struct}. public static void nrefList0ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT, value); } /** Sets the specified value to the {@code refList1ModOpCount} field of the specified {@code struct}. public static void nrefList1ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT, value); } /** Sets the specified value to the {@code refPicMarkingOpCount} field of the specified {@code struct}.
StdVideoEncodeH264ReferenceListsInfo::nrefPicMarkingOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void npRefList0ModOperations(long struct, StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { memPutAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS, memAddressSafe(value)); nrefList0ModOpCount(struct, value == null ? 0 : (byte)value.remaining()); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}. public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList1(int, byte) RefPicList1}. public static void nRefPicList1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Sets the specified value to the {@code refList0ModOpCount} field of the specified {@code struct}. public static void nrefList0ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT, value); } /** Sets the specified value to the {@code refList1ModOpCount} field of the specified {@code struct}. public static void nrefList1ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT, value); } /** Sets the specified value to the {@code refPicMarkingOpCount} field of the specified {@code struct}. public static void nrefPicMarkingOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT, value); } public static void nreserved1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, 7); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, value.remaining() * 1); } public static void nreserved1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1, value); } /** Unsafe version of {@link #pRefList0ModOperations(StdVideoEncodeH264RefListModEntry.Buffer) pRefList0ModOperations}.
StdVideoEncodeH264ReferenceListsInfo::npRefList0ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void npRefList1ModOperations(long struct, StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { memPutAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS, memAddressSafe(value)); nrefList1ModOpCount(struct, value == null ? 0 : (byte)value.remaining()); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}. public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList1(int, byte) RefPicList1}. public static void nRefPicList1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Sets the specified value to the {@code refList0ModOpCount} field of the specified {@code struct}. public static void nrefList0ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT, value); } /** Sets the specified value to the {@code refList1ModOpCount} field of the specified {@code struct}. public static void nrefList1ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT, value); } /** Sets the specified value to the {@code refPicMarkingOpCount} field of the specified {@code struct}. public static void nrefPicMarkingOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT, value); } public static void nreserved1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, 7); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, value.remaining() * 1); } public static void nreserved1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1, value); } /** Unsafe version of {@link #pRefList0ModOperations(StdVideoEncodeH264RefListModEntry.Buffer) pRefList0ModOperations}. public static void npRefList0ModOperations(long struct, StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { memPutAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS, memAddressSafe(value)); nrefList0ModOpCount(struct, value == null ? 0 : (byte)value.remaining()); } /** Unsafe version of {@link #pRefList1ModOperations(StdVideoEncodeH264RefListModEntry.Buffer) pRefList1ModOperations}.
StdVideoEncodeH264ReferenceListsInfo::npRefList1ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public static void npRefPicMarkingOperations(long struct, StdVideoEncodeH264RefPicMarkingEntry.Buffer value) { memPutAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS, value.address()); nrefPicMarkingOpCount(struct, (byte)value.remaining()); }
Returns a new {@link StdVideoEncodeH264ReferenceListsInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH264ReferenceListsInfo.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #flags}. public static StdVideoEncodeH264ReferenceListsInfoFlags nflags(long struct) { return StdVideoEncodeH264ReferenceListsInfoFlags.create(struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1}. public static byte nnum_ref_idx_l0_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1}. public static byte nnum_ref_idx_l1_active_minus1(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1); } /** Unsafe version of {@link #RefPicList0}. public static ByteBuffer nRefPicList0(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList0(int) RefPicList0}. public static byte nRefPicList0(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #RefPicList1}. public static ByteBuffer nRefPicList1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, STD_VIDEO_H264_MAX_NUM_LIST_REF); } /** Unsafe version of {@link #RefPicList1(int) RefPicList1}. public static byte nRefPicList1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1); } /** Unsafe version of {@link #refList0ModOpCount}. public static byte nrefList0ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT); } /** Unsafe version of {@link #refList1ModOpCount}. public static byte nrefList1ModOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT); } /** Unsafe version of {@link #refPicMarkingOpCount}. public static byte nrefPicMarkingOpCount(long struct) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT); } public static ByteBuffer nreserved1(long struct) { return memByteBuffer(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, 7); } public static byte nreserved1(long struct, int index) { return memGetByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1); } /** Unsafe version of {@link #pRefList0ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList0ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS), Byte.toUnsignedInt(nrefList0ModOpCount(struct))); } /** Unsafe version of {@link #pRefList1ModOperations}. public static StdVideoEncodeH264RefListModEntry.@Nullable Buffer npRefList1ModOperations(long struct) { return StdVideoEncodeH264RefListModEntry.createSafe(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS), Byte.toUnsignedInt(nrefList1ModOpCount(struct))); } /** Unsafe version of {@link #pRefPicMarkingOperations}. public static StdVideoEncodeH264RefPicMarkingEntry.Buffer npRefPicMarkingOperations(long struct) { return StdVideoEncodeH264RefPicMarkingEntry.create(memGetAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFPICMARKINGOPERATIONS), Byte.toUnsignedInt(nrefPicMarkingOpCount(struct))); } /** Unsafe version of {@link #flags(StdVideoEncodeH264ReferenceListsInfoFlags) flags}. public static void nflags(long struct, StdVideoEncodeH264ReferenceListsInfoFlags value) { memCopy(value.address(), struct + StdVideoEncodeH264ReferenceListsInfo.FLAGS, StdVideoEncodeH264ReferenceListsInfoFlags.SIZEOF); } /** Unsafe version of {@link #num_ref_idx_l0_active_minus1(byte) num_ref_idx_l0_active_minus1}. public static void nnum_ref_idx_l0_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L0_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #num_ref_idx_l1_active_minus1(byte) num_ref_idx_l1_active_minus1}. public static void nnum_ref_idx_l1_active_minus1(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.NUM_REF_IDX_L1_ACTIVE_MINUS1, value); } /** Unsafe version of {@link #RefPicList0(ByteBuffer) RefPicList0}. public static void nRefPicList0(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList0(int, byte) RefPicList0}. public static void nRefPicList0(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST0 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Unsafe version of {@link #RefPicList1(ByteBuffer) RefPicList1}. public static void nRefPicList1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, STD_VIDEO_H264_MAX_NUM_LIST_REF); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1, value.remaining() * 1); } /** Unsafe version of {@link #RefPicList1(int, byte) RefPicList1}. public static void nRefPicList1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICLIST1 + check(index, STD_VIDEO_H264_MAX_NUM_LIST_REF) * 1, value); } /** Sets the specified value to the {@code refList0ModOpCount} field of the specified {@code struct}. public static void nrefList0ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST0MODOPCOUNT, value); } /** Sets the specified value to the {@code refList1ModOpCount} field of the specified {@code struct}. public static void nrefList1ModOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFLIST1MODOPCOUNT, value); } /** Sets the specified value to the {@code refPicMarkingOpCount} field of the specified {@code struct}. public static void nrefPicMarkingOpCount(long struct, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.REFPICMARKINGOPCOUNT, value); } public static void nreserved1(long struct, ByteBuffer value) { if (CHECKS) { checkGT(value, 7); } memCopy(memAddress(value), struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1, value.remaining() * 1); } public static void nreserved1(long struct, int index, byte value) { memPutByte(struct + StdVideoEncodeH264ReferenceListsInfo.RESERVED1 + check(index, 7) * 1, value); } /** Unsafe version of {@link #pRefList0ModOperations(StdVideoEncodeH264RefListModEntry.Buffer) pRefList0ModOperations}. public static void npRefList0ModOperations(long struct, StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { memPutAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST0MODOPERATIONS, memAddressSafe(value)); nrefList0ModOpCount(struct, value == null ? 0 : (byte)value.remaining()); } /** Unsafe version of {@link #pRefList1ModOperations(StdVideoEncodeH264RefListModEntry.Buffer) pRefList1ModOperations}. public static void npRefList1ModOperations(long struct, StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { memPutAddress(struct + StdVideoEncodeH264ReferenceListsInfo.PREFLIST1MODOPERATIONS, memAddressSafe(value)); nrefList1ModOpCount(struct, value == null ? 0 : (byte)value.remaining()); } /** Unsafe version of {@link #pRefPicMarkingOperations(StdVideoEncodeH264RefPicMarkingEntry.Buffer) pRefPicMarkingOperations}.
StdVideoEncodeH264ReferenceListsInfo::npRefPicMarkingOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field.
Buffer::flags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field.
Buffer::flags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
Buffer::flags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field.
Buffer::num_ref_idx_l0_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field.
Buffer::num_ref_idx_l1_active_minus1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field.
Buffer::RefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field.
Buffer::RefPicList0
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field.
Buffer::RefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index, value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field.
Buffer::RefPicList1
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer refList0ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field.
Buffer::refList0ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer refList1ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer refList0ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field.
Buffer::refList1ModOpCount
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer pRefList0ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer refList0ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer refList1ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList0ModOperations} field.
Buffer::pRefList0ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer pRefList1ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer refList0ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer refList1ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList0ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer pRefList0ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList1ModOperations} field.
Buffer::pRefList1ModOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH264ReferenceListsInfo.Buffer pRefPicMarkingOperations(@NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") StdVideoEncodeH264RefPicMarkingEntry.Buffer value) { StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address(), value); return this; }
Creates a new {@code StdVideoEncodeH264ReferenceListsInfo.Buffer} instance backed by the specified container. <p>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 {@link StdVideoEncodeH264ReferenceListsInfo#SIZEOF}, and its mark will be undefined.</p> <p>The created buffer instance holds a strong reference to the container object.</p> public Buffer(ByteBuffer container) { super(container, container.remaining() / SIZEOF); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) { return new Buffer(address, container, mark, position, limit, capacity); } @Override protected StdVideoEncodeH264ReferenceListsInfo getElementFactory() { return ELEMENT_FACTORY; } /** @return a {@link StdVideoEncodeH264ReferenceListsInfoFlags} view of the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfoFlags flags() { return StdVideoEncodeH264ReferenceListsInfo.nflags(address()); } /** @return the value of the {@code num_ref_idx_l0_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l0_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address()); } /** @return the value of the {@code num_ref_idx_l1_active_minus1} field. @NativeType("uint8_t") public byte num_ref_idx_l1_active_minus1() { return StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address()); } /** @return a {@link ByteBuffer} view of the {@code RefPicList0} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList0() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address()); } /** @return the value at the specified index of the {@code RefPicList0} field. @NativeType("uint8_t") public byte RefPicList0(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index); } /** @return a {@link ByteBuffer} view of the {@code RefPicList1} field. @NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") public ByteBuffer RefPicList1() { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address()); } /** @return the value at the specified index of the {@code RefPicList1} field. @NativeType("uint8_t") public byte RefPicList1(int index) { return StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index); } /** @return the value of the {@code refList0ModOpCount} field. @NativeType("uint8_t") public byte refList0ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address()); } /** @return the value of the {@code refList1ModOpCount} field. @NativeType("uint8_t") public byte refList1ModOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address()); } /** @return the value of the {@code refPicMarkingOpCount} field. @NativeType("uint8_t") public byte refPicMarkingOpCount() { return StdVideoEncodeH264ReferenceListsInfo.nrefPicMarkingOpCount(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList0ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList0ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefListModEntry.Buffer} view of the struct array pointed to by the {@code pRefList1ModOperations} field. @NativeType("StdVideoEncodeH264RefListModEntry const *") public StdVideoEncodeH264RefListModEntry.@Nullable Buffer pRefList1ModOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address()); } /** @return a {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} view of the struct array pointed to by the {@code pRefPicMarkingOperations} field. @NativeType("StdVideoEncodeH264RefPicMarkingEntry const *") public StdVideoEncodeH264RefPicMarkingEntry.Buffer pRefPicMarkingOperations() { return StdVideoEncodeH264ReferenceListsInfo.npRefPicMarkingOperations(address()); } /** Copies the specified {@link StdVideoEncodeH264ReferenceListsInfoFlags} to the {@code flags} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(StdVideoEncodeH264ReferenceListsInfoFlags value) { StdVideoEncodeH264ReferenceListsInfo.nflags(address(), value); return this; } /** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. public StdVideoEncodeH264ReferenceListsInfo.Buffer flags(java.util.function.Consumer<StdVideoEncodeH264ReferenceListsInfoFlags> consumer) { consumer.accept(flags()); return this; } /** Sets the specified value to the {@code num_ref_idx_l0_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l0_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l0_active_minus1(address(), value); return this; } /** Sets the specified value to the {@code num_ref_idx_l1_active_minus1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer num_ref_idx_l1_active_minus1(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nnum_ref_idx_l1_active_minus1(address(), value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList0} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList0(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList0(address(), index, value); return this; } /** Copies the specified {@link ByteBuffer} to the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(@NativeType("uint8_t[STD_VIDEO_H264_MAX_NUM_LIST_REF]") ByteBuffer value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), value); return this; } /** Sets the specified value at the specified index of the {@code RefPicList1} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer RefPicList1(int index, @NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nRefPicList1(address(), index, value); return this; } /** Sets the specified value to the {@code refList0ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer refList0ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList0ModOpCount(address(), value); return this; } /** Sets the specified value to the {@code refList1ModOpCount} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer refList1ModOpCount(@NativeType("uint8_t") byte value) { StdVideoEncodeH264ReferenceListsInfo.nrefList1ModOpCount(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList0ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer pRefList0ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { StdVideoEncodeH264ReferenceListsInfo.npRefList0ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefListModEntry.Buffer} to the {@code pRefList1ModOperations} field. public StdVideoEncodeH264ReferenceListsInfo.Buffer pRefList1ModOperations(@NativeType("StdVideoEncodeH264RefListModEntry const *") StdVideoEncodeH264RefListModEntry.@Nullable Buffer value) { StdVideoEncodeH264ReferenceListsInfo.npRefList1ModOperations(address(), value); return this; } /** Sets the address of the specified {@link StdVideoEncodeH264RefPicMarkingEntry.Buffer} to the {@code pRefPicMarkingOperations} field.
Buffer::pRefPicMarkingOperations
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH264ReferenceListsInfo.java
BSD-3-Clause
public StdVideoEncodeH265WeightTableFlags(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); }
Creates a {@code StdVideoEncodeH265WeightTableFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p>
StdVideoEncodeH265WeightTableFlags::StdVideoEncodeH265WeightTableFlags
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public StdVideoEncodeH265WeightTableFlags luma_weight_l0_flag(@NativeType("uint16_t") short value) { nluma_weight_l0_flag(address(), value); return this; }
Creates a {@code StdVideoEncodeH265WeightTableFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH265WeightTableFlags(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code luma_weight_l0_flag} field. @NativeType("uint16_t") public short luma_weight_l0_flag() { return nluma_weight_l0_flag(address()); } /** @return the value of the {@code chroma_weight_l0_flag} field. @NativeType("uint16_t") public short chroma_weight_l0_flag() { return nchroma_weight_l0_flag(address()); } /** @return the value of the {@code luma_weight_l1_flag} field. @NativeType("uint16_t") public short luma_weight_l1_flag() { return nluma_weight_l1_flag(address()); } /** @return the value of the {@code chroma_weight_l1_flag} field. @NativeType("uint16_t") public short chroma_weight_l1_flag() { return nchroma_weight_l1_flag(address()); } /** Sets the specified value to the {@code luma_weight_l0_flag} field.
StdVideoEncodeH265WeightTableFlags::luma_weight_l0_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public StdVideoEncodeH265WeightTableFlags chroma_weight_l0_flag(@NativeType("uint16_t") short value) { nchroma_weight_l0_flag(address(), value); return this; }
Creates a {@code StdVideoEncodeH265WeightTableFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH265WeightTableFlags(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code luma_weight_l0_flag} field. @NativeType("uint16_t") public short luma_weight_l0_flag() { return nluma_weight_l0_flag(address()); } /** @return the value of the {@code chroma_weight_l0_flag} field. @NativeType("uint16_t") public short chroma_weight_l0_flag() { return nchroma_weight_l0_flag(address()); } /** @return the value of the {@code luma_weight_l1_flag} field. @NativeType("uint16_t") public short luma_weight_l1_flag() { return nluma_weight_l1_flag(address()); } /** @return the value of the {@code chroma_weight_l1_flag} field. @NativeType("uint16_t") public short chroma_weight_l1_flag() { return nchroma_weight_l1_flag(address()); } /** Sets the specified value to the {@code luma_weight_l0_flag} field. public StdVideoEncodeH265WeightTableFlags luma_weight_l0_flag(@NativeType("uint16_t") short value) { nluma_weight_l0_flag(address(), value); return this; } /** Sets the specified value to the {@code chroma_weight_l0_flag} field.
StdVideoEncodeH265WeightTableFlags::chroma_weight_l0_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public StdVideoEncodeH265WeightTableFlags luma_weight_l1_flag(@NativeType("uint16_t") short value) { nluma_weight_l1_flag(address(), value); return this; }
Creates a {@code StdVideoEncodeH265WeightTableFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH265WeightTableFlags(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code luma_weight_l0_flag} field. @NativeType("uint16_t") public short luma_weight_l0_flag() { return nluma_weight_l0_flag(address()); } /** @return the value of the {@code chroma_weight_l0_flag} field. @NativeType("uint16_t") public short chroma_weight_l0_flag() { return nchroma_weight_l0_flag(address()); } /** @return the value of the {@code luma_weight_l1_flag} field. @NativeType("uint16_t") public short luma_weight_l1_flag() { return nluma_weight_l1_flag(address()); } /** @return the value of the {@code chroma_weight_l1_flag} field. @NativeType("uint16_t") public short chroma_weight_l1_flag() { return nchroma_weight_l1_flag(address()); } /** Sets the specified value to the {@code luma_weight_l0_flag} field. public StdVideoEncodeH265WeightTableFlags luma_weight_l0_flag(@NativeType("uint16_t") short value) { nluma_weight_l0_flag(address(), value); return this; } /** Sets the specified value to the {@code chroma_weight_l0_flag} field. public StdVideoEncodeH265WeightTableFlags chroma_weight_l0_flag(@NativeType("uint16_t") short value) { nchroma_weight_l0_flag(address(), value); return this; } /** Sets the specified value to the {@code luma_weight_l1_flag} field.
StdVideoEncodeH265WeightTableFlags::luma_weight_l1_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public StdVideoEncodeH265WeightTableFlags chroma_weight_l1_flag(@NativeType("uint16_t") short value) { nchroma_weight_l1_flag(address(), value); return this; }
Creates a {@code StdVideoEncodeH265WeightTableFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH265WeightTableFlags(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code luma_weight_l0_flag} field. @NativeType("uint16_t") public short luma_weight_l0_flag() { return nluma_weight_l0_flag(address()); } /** @return the value of the {@code chroma_weight_l0_flag} field. @NativeType("uint16_t") public short chroma_weight_l0_flag() { return nchroma_weight_l0_flag(address()); } /** @return the value of the {@code luma_weight_l1_flag} field. @NativeType("uint16_t") public short luma_weight_l1_flag() { return nluma_weight_l1_flag(address()); } /** @return the value of the {@code chroma_weight_l1_flag} field. @NativeType("uint16_t") public short chroma_weight_l1_flag() { return nchroma_weight_l1_flag(address()); } /** Sets the specified value to the {@code luma_weight_l0_flag} field. public StdVideoEncodeH265WeightTableFlags luma_weight_l0_flag(@NativeType("uint16_t") short value) { nluma_weight_l0_flag(address(), value); return this; } /** Sets the specified value to the {@code chroma_weight_l0_flag} field. public StdVideoEncodeH265WeightTableFlags chroma_weight_l0_flag(@NativeType("uint16_t") short value) { nchroma_weight_l0_flag(address(), value); return this; } /** Sets the specified value to the {@code luma_weight_l1_flag} field. public StdVideoEncodeH265WeightTableFlags luma_weight_l1_flag(@NativeType("uint16_t") short value) { nluma_weight_l1_flag(address(), value); return this; } /** Sets the specified value to the {@code chroma_weight_l1_flag} field.
StdVideoEncodeH265WeightTableFlags::chroma_weight_l1_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public StdVideoEncodeH265WeightTableFlags set( short luma_weight_l0_flag, short chroma_weight_l0_flag, short luma_weight_l1_flag, short chroma_weight_l1_flag ) { luma_weight_l0_flag(luma_weight_l0_flag); chroma_weight_l0_flag(chroma_weight_l0_flag); luma_weight_l1_flag(luma_weight_l1_flag); chroma_weight_l1_flag(chroma_weight_l1_flag); return this; }
Creates a {@code StdVideoEncodeH265WeightTableFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be visible to the struct instance and vice versa. <p>The created instance holds a strong reference to the container object.</p> public StdVideoEncodeH265WeightTableFlags(ByteBuffer container) { super(memAddress(container), __checkContainer(container, SIZEOF)); } @Override public int sizeof() { return SIZEOF; } /** @return the value of the {@code luma_weight_l0_flag} field. @NativeType("uint16_t") public short luma_weight_l0_flag() { return nluma_weight_l0_flag(address()); } /** @return the value of the {@code chroma_weight_l0_flag} field. @NativeType("uint16_t") public short chroma_weight_l0_flag() { return nchroma_weight_l0_flag(address()); } /** @return the value of the {@code luma_weight_l1_flag} field. @NativeType("uint16_t") public short luma_weight_l1_flag() { return nluma_weight_l1_flag(address()); } /** @return the value of the {@code chroma_weight_l1_flag} field. @NativeType("uint16_t") public short chroma_weight_l1_flag() { return nchroma_weight_l1_flag(address()); } /** Sets the specified value to the {@code luma_weight_l0_flag} field. public StdVideoEncodeH265WeightTableFlags luma_weight_l0_flag(@NativeType("uint16_t") short value) { nluma_weight_l0_flag(address(), value); return this; } /** Sets the specified value to the {@code chroma_weight_l0_flag} field. public StdVideoEncodeH265WeightTableFlags chroma_weight_l0_flag(@NativeType("uint16_t") short value) { nchroma_weight_l0_flag(address(), value); return this; } /** Sets the specified value to the {@code luma_weight_l1_flag} field. public StdVideoEncodeH265WeightTableFlags luma_weight_l1_flag(@NativeType("uint16_t") short value) { nluma_weight_l1_flag(address(), value); return this; } /** Sets the specified value to the {@code chroma_weight_l1_flag} field. public StdVideoEncodeH265WeightTableFlags chroma_weight_l1_flag(@NativeType("uint16_t") short value) { nchroma_weight_l1_flag(address(), value); return this; } /** Initializes this struct with the specified values.
StdVideoEncodeH265WeightTableFlags::set
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags malloc() { return new StdVideoEncodeH265WeightTableFlags(nmemAllocChecked(SIZEOF), null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH265WeightTableFlags set(StdVideoEncodeH265WeightTableFlags src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
StdVideoEncodeH265WeightTableFlags::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags calloc() { return new StdVideoEncodeH265WeightTableFlags(nmemCallocChecked(1, SIZEOF), null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH265WeightTableFlags set(StdVideoEncodeH265WeightTableFlags src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH265WeightTableFlags malloc() { return new StdVideoEncodeH265WeightTableFlags(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
StdVideoEncodeH265WeightTableFlags::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new StdVideoEncodeH265WeightTableFlags(memAddress(container), container); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH265WeightTableFlags set(StdVideoEncodeH265WeightTableFlags src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH265WeightTableFlags malloc() { return new StdVideoEncodeH265WeightTableFlags(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static StdVideoEncodeH265WeightTableFlags calloc() { return new StdVideoEncodeH265WeightTableFlags(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link BufferUtils}.
StdVideoEncodeH265WeightTableFlags::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags create(long address) { return new StdVideoEncodeH265WeightTableFlags(address, null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH265WeightTableFlags set(StdVideoEncodeH265WeightTableFlags src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH265WeightTableFlags malloc() { return new StdVideoEncodeH265WeightTableFlags(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static StdVideoEncodeH265WeightTableFlags calloc() { return new StdVideoEncodeH265WeightTableFlags(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link BufferUtils}. public static StdVideoEncodeH265WeightTableFlags create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new StdVideoEncodeH265WeightTableFlags(memAddress(container), container); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance for the specified memory address.
StdVideoEncodeH265WeightTableFlags::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static @Nullable StdVideoEncodeH265WeightTableFlags createSafe(long address) { return address == NULL ? null : new StdVideoEncodeH265WeightTableFlags(address, null); }
Copies the specified struct data to this struct. @param src the source struct @return this struct public StdVideoEncodeH265WeightTableFlags set(StdVideoEncodeH265WeightTableFlags src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. public static StdVideoEncodeH265WeightTableFlags malloc() { return new StdVideoEncodeH265WeightTableFlags(nmemAllocChecked(SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. public static StdVideoEncodeH265WeightTableFlags calloc() { return new StdVideoEncodeH265WeightTableFlags(nmemCallocChecked(1, SIZEOF), null); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated with {@link BufferUtils}. public static StdVideoEncodeH265WeightTableFlags create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return new StdVideoEncodeH265WeightTableFlags(memAddress(container), container); } /** Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance for the specified memory address. public static StdVideoEncodeH265WeightTableFlags create(long address) { return new StdVideoEncodeH265WeightTableFlags(address, null); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}.
StdVideoEncodeH265WeightTableFlags::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags.Buffer malloc(int capacity) { return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. @param capacity the buffer capacity
StdVideoEncodeH265WeightTableFlags::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity) { return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. @param capacity the buffer capacity
StdVideoEncodeH265WeightTableFlags::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags.Buffer create(int capacity) { ByteBuffer container = __create(capacity, SIZEOF); return new Buffer(memAddress(container), container, -1, 0, capacity, capacity); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated with {@link BufferUtils}. @param capacity the buffer capacity
StdVideoEncodeH265WeightTableFlags::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags.Buffer create(long address, int capacity) { return new Buffer(address, capacity); }
Create a {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity
StdVideoEncodeH265WeightTableFlags::create
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags.@Nullable Buffer createSafe(long address, int capacity) { return address == NULL ? null : new Buffer(address, capacity); }
Create a {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance at the specified memory. @param address the memory address @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer create(long address, int capacity) { return new Buffer(address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}.
StdVideoEncodeH265WeightTableFlags::createSafe
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags malloc(MemoryStack stack) { return new StdVideoEncodeH265WeightTableFlags(stack.nmalloc(ALIGNOF, SIZEOF), null); }
Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate
StdVideoEncodeH265WeightTableFlags::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags calloc(MemoryStack stack) { return new StdVideoEncodeH265WeightTableFlags(stack.ncalloc(ALIGNOF, 1, SIZEOF), null); }
Returns a new {@code StdVideoEncodeH265WeightTableFlags} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate
StdVideoEncodeH265WeightTableFlags::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags.Buffer malloc(int capacity, MemoryStack stack) { return new Buffer(stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack}. @param stack the stack from which to allocate @param capacity the buffer capacity
StdVideoEncodeH265WeightTableFlags::malloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity
StdVideoEncodeH265WeightTableFlags::calloc
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static short nluma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #luma_weight_l0_flag}.
StdVideoEncodeH265WeightTableFlags::nluma_weight_l0_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static short nchroma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #luma_weight_l0_flag}. public static short nluma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #chroma_weight_l0_flag}.
StdVideoEncodeH265WeightTableFlags::nchroma_weight_l0_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static short nluma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L1_FLAG); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #luma_weight_l0_flag}. public static short nluma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #chroma_weight_l0_flag}. public static short nchroma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #luma_weight_l1_flag}.
StdVideoEncodeH265WeightTableFlags::nluma_weight_l1_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static short nchroma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L1_FLAG); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #luma_weight_l0_flag}. public static short nluma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #chroma_weight_l0_flag}. public static short nchroma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #luma_weight_l1_flag}. public static short nluma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L1_FLAG); } /** Unsafe version of {@link #chroma_weight_l1_flag}.
StdVideoEncodeH265WeightTableFlags::nchroma_weight_l1_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static void nluma_weight_l0_flag(long struct, short value) { memPutShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG, value); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #luma_weight_l0_flag}. public static short nluma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #chroma_weight_l0_flag}. public static short nchroma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #luma_weight_l1_flag}. public static short nluma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L1_FLAG); } /** Unsafe version of {@link #chroma_weight_l1_flag}. public static short nchroma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L1_FLAG); } /** Unsafe version of {@link #luma_weight_l0_flag(short) luma_weight_l0_flag}.
StdVideoEncodeH265WeightTableFlags::nluma_weight_l0_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static void nchroma_weight_l0_flag(long struct, short value) { memPutShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG, value); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #luma_weight_l0_flag}. public static short nluma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #chroma_weight_l0_flag}. public static short nchroma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #luma_weight_l1_flag}. public static short nluma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L1_FLAG); } /** Unsafe version of {@link #chroma_weight_l1_flag}. public static short nchroma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L1_FLAG); } /** Unsafe version of {@link #luma_weight_l0_flag(short) luma_weight_l0_flag}. public static void nluma_weight_l0_flag(long struct, short value) { memPutShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG, value); } /** Unsafe version of {@link #chroma_weight_l0_flag(short) chroma_weight_l0_flag}.
StdVideoEncodeH265WeightTableFlags::nchroma_weight_l0_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause
public static void nluma_weight_l1_flag(long struct, short value) { memPutShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L1_FLAG, value); }
Returns a new {@link StdVideoEncodeH265WeightTableFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. @param stack the stack from which to allocate @param capacity the buffer capacity public static StdVideoEncodeH265WeightTableFlags.Buffer calloc(int capacity, MemoryStack stack) { return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** Unsafe version of {@link #luma_weight_l0_flag}. public static short nluma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #chroma_weight_l0_flag}. public static short nchroma_weight_l0_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG); } /** Unsafe version of {@link #luma_weight_l1_flag}. public static short nluma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L1_FLAG); } /** Unsafe version of {@link #chroma_weight_l1_flag}. public static short nchroma_weight_l1_flag(long struct) { return memGetShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L1_FLAG); } /** Unsafe version of {@link #luma_weight_l0_flag(short) luma_weight_l0_flag}. public static void nluma_weight_l0_flag(long struct, short value) { memPutShort(struct + StdVideoEncodeH265WeightTableFlags.LUMA_WEIGHT_L0_FLAG, value); } /** Unsafe version of {@link #chroma_weight_l0_flag(short) chroma_weight_l0_flag}. public static void nchroma_weight_l0_flag(long struct, short value) { memPutShort(struct + StdVideoEncodeH265WeightTableFlags.CHROMA_WEIGHT_L0_FLAG, value); } /** Unsafe version of {@link #luma_weight_l1_flag(short) luma_weight_l1_flag}.
StdVideoEncodeH265WeightTableFlags::nluma_weight_l1_flag
java
LWJGL/lwjgl3
modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoEncodeH265WeightTableFlags.java
BSD-3-Clause