Class StdVideoH265ProfileTierLevelFlags

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class StdVideoH265ProfileTierLevelFlags extends Struct<StdVideoH265ProfileTierLevelFlags> implements NativeResource

 struct StdVideoH265ProfileTierLevelFlags {
     uint32_t general_tier_flag : 1;
     uint32_t general_progressive_source_flag : 1;
     uint32_t general_interlaced_source_flag : 1;
     uint32_t general_non_packed_constraint_flag : 1;
     uint32_t general_frame_only_constraint_flag : 1;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • BITFIELD0

      public static final int BITFIELD0
      The struct member offsets.
  • Constructor Details

    • StdVideoH265ProfileTierLevelFlags

      public StdVideoH265ProfileTierLevelFlags(ByteBuffer container)
      Creates a StdVideoH265ProfileTierLevelFlags instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details