Package org.lwjgl.vulkan.video
Class StdVideoDecodeVP9PictureInfoFlags.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<StdVideoDecodeVP9PictureInfoFlags.Buffer>
org.lwjgl.system.StructBuffer<StdVideoDecodeVP9PictureInfoFlags,StdVideoDecodeVP9PictureInfoFlags.Buffer>
org.lwjgl.vulkan.video.StdVideoDecodeVP9PictureInfoFlags.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<StdVideoDecodeVP9PictureInfoFlags>
,NativeResource
,Pointer
- Enclosing class:
StdVideoDecodeVP9PictureInfoFlags
public static class StdVideoDecodeVP9PictureInfoFlags.Buffer
extends StructBuffer<StdVideoDecodeVP9PictureInfoFlags,StdVideoDecodeVP9PictureInfoFlags.Buffer>
implements NativeResource
An array of
StdVideoDecodeVP9PictureInfoFlags
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newStdVideoDecodeVP9PictureInfoFlags.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
allow_high_precision_mv
(boolean value) Sets the specified value to theallow_high_precision_mv
field.boolean
error_resilient_mode
(boolean value) Sets the specified value to theerror_resilient_mode
field.boolean
frame_parallel_decoding_mode
(boolean value) Sets the specified value to theframe_parallel_decoding_mode
field.boolean
intra_only
(boolean value) Sets the specified value to theintra_only
field.boolean
refresh_frame_context
(boolean value) Sets the specified value to therefresh_frame_context
field.boolean
segmentation_enabled
(boolean value) Sets the specified value to thesegmentation_enabled
field.boolean
show_frame
(boolean value) Sets the specified value to theshow_frame
field.boolean
UsePrevFrameMvs
(boolean value) Sets the specified value to theUsePrevFrameMvs
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newStdVideoDecodeVP9PictureInfoFlags.Buffer
instance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
StdVideoDecodeVP9PictureInfoFlags.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
error_resilient_mode
public boolean error_resilient_mode()- Returns:
- the value of the
error_resilient_mode
field.
-
intra_only
public boolean intra_only()- Returns:
- the value of the
intra_only
field.
-
allow_high_precision_mv
public boolean allow_high_precision_mv()- Returns:
- the value of the
allow_high_precision_mv
field.
-
refresh_frame_context
public boolean refresh_frame_context()- Returns:
- the value of the
refresh_frame_context
field.
-
frame_parallel_decoding_mode
public boolean frame_parallel_decoding_mode()- Returns:
- the value of the
frame_parallel_decoding_mode
field.
-
segmentation_enabled
public boolean segmentation_enabled()- Returns:
- the value of the
segmentation_enabled
field.
-
show_frame
public boolean show_frame()- Returns:
- the value of the
show_frame
field.
-
UsePrevFrameMvs
public boolean UsePrevFrameMvs()- Returns:
- the value of the
UsePrevFrameMvs
field.
-
error_resilient_mode
Sets the specified value to theerror_resilient_mode
field. -
intra_only
Sets the specified value to theintra_only
field. -
allow_high_precision_mv
Sets the specified value to theallow_high_precision_mv
field. -
refresh_frame_context
Sets the specified value to therefresh_frame_context
field. -
frame_parallel_decoding_mode
Sets the specified value to theframe_parallel_decoding_mode
field. -
segmentation_enabled
Sets the specified value to thesegmentation_enabled
field. -
show_frame
Sets the specified value to theshow_frame
field. -
UsePrevFrameMvs
Sets the specified value to theUsePrevFrameMvs
field.
-