Class 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
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new StdVideoDecodeVP9PictureInfoFlags.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

      public StdVideoDecodeVP9PictureInfoFlags.Buffer error_resilient_mode(boolean value)
      Sets the specified value to the error_resilient_mode field.
    • intra_only

      public StdVideoDecodeVP9PictureInfoFlags.Buffer intra_only(boolean value)
      Sets the specified value to the intra_only field.
    • allow_high_precision_mv

      public StdVideoDecodeVP9PictureInfoFlags.Buffer allow_high_precision_mv(boolean value)
      Sets the specified value to the allow_high_precision_mv field.
    • refresh_frame_context

      public StdVideoDecodeVP9PictureInfoFlags.Buffer refresh_frame_context(boolean value)
      Sets the specified value to the refresh_frame_context field.
    • frame_parallel_decoding_mode

      public StdVideoDecodeVP9PictureInfoFlags.Buffer frame_parallel_decoding_mode(boolean value)
      Sets the specified value to the frame_parallel_decoding_mode field.
    • segmentation_enabled

      public StdVideoDecodeVP9PictureInfoFlags.Buffer segmentation_enabled(boolean value)
      Sets the specified value to the segmentation_enabled field.
    • show_frame

      public StdVideoDecodeVP9PictureInfoFlags.Buffer show_frame(boolean value)
      Sets the specified value to the show_frame field.
    • UsePrevFrameMvs

      public StdVideoDecodeVP9PictureInfoFlags.Buffer UsePrevFrameMvs(boolean value)
      Sets the specified value to the UsePrevFrameMvs field.