Class VkVideoEncodeAV1CapabilitiesKHR
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
Description
singleReferenceNameMask, unidirectionalCompoundReferenceNameMask, and bidirectionalCompoundReferenceNameMask are encoded such that when bit index i is set, it indicates support for the AV1 reference name STD_VIDEO_AV1_REFERENCE_NAME_LAST_FRAME + i.
Note
These masks indicate which elements of the referenceNameSlotIndices member of VkVideoEncodeAV1PictureInfoKHR are supported to be used by the implementation. It is important to note that both the bits of these masks and the elements of referenceNameSlotIndices are indexed such that the first value specifies the support bit and DPB slot index, respectively, for the AV1 reference name STD_VIDEO_AV1_REFERENCE_NAME_LAST_FRAME (i.e. there is no bit or element for STD_VIDEO_AV1_REFERENCE_NAME_INTRA_FRAME).
codedPictureAlignment provides information about implementation limitations to encode arbitrary resolutions. In particular, some implementations may not be able to generate bitstreams aligned to the requirements of the AV1 Specification (8x8). In such cases, the implementation may override the width and height of the bitstream, in order to produce a bitstream compliant to the AV1 Specification. If such an override occurs, the encoded resolution of the coded picture is enlargened, with the texel values used for the texel coordinates outside of the bounds of the codedExtent of the encode input picture resource being first governed by the rules regarding the encode input picture granularity. Any texel values outside of the region described by the encode input picture granularity are implementation-defined. Implementations should use well-defined values to minimize impact on the produced encoded content.
Note
This capability does not impose additional application requirements. However, these overrides change the effective resolution of the bitstream and add padding pixels. Applications sensitive to such overrides can use this capability and the corresponding override behavior to compute the cropping needed to reproduce the original input of the encoding and transmit it in a side channel (i.e. by using cropping fields available in a container). Additionally, applications can explicitly consider this alignment in their coded extent, to avoid implementation-defined texel values being included in the encoded content.
Valid Usage (Implicit)
sTypemust beSTRUCTURE_TYPE_VIDEO_ENCODE_AV1_CAPABILITIES_KHR
See Also
Layout
struct VkVideoEncodeAV1CapabilitiesKHR {
VkStructureType sType();
void * pNext();
VkVideoEncodeAV1CapabilityFlagsKHR flags();
StdVideoAV1Level maxLevel();
VkExtent2D codedPictureAlignment();
VkExtent2D maxTiles();
VkExtent2D minTileSize();
VkExtent2D maxTileSize();
VkVideoEncodeAV1SuperblockSizeFlagsKHR superblockSizes();
uint32_t maxSingleReferenceCount();
uint32_t singleReferenceNameMask();
uint32_t maxUnidirectionalCompoundReferenceCount();
uint32_t maxUnidirectionalCompoundGroup1ReferenceCount();
uint32_t unidirectionalCompoundReferenceNameMask();
uint32_t maxBidirectionalCompoundReferenceCount();
uint32_t maxBidirectionalCompoundGroup1ReferenceCount();
uint32_t maxBidirectionalCompoundGroup2ReferenceCount();
uint32_t bidirectionalCompoundReferenceNameMask();
uint32_t maxTemporalLayerCount();
uint32_t maxSpatialLayerCount();
uint32_t maxOperatingPoints();
uint32_t minQIndex();
uint32_t maxQIndex();
VkBool32 prefersGopRemainingFrames();
VkBool32 requiresGopRemainingFrames();
VkVideoEncodeAV1StdFlagsKHR stdSyntaxFlags();
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofVkVideoEncodeAV1CapabilitiesKHRstructs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkVideoEncodeAV1CapabilitiesKHR(ByteBuffer container) Creates aVkVideoEncodeAV1CapabilitiesKHRinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioninta bitmask of supported AV1 reference names when using bidirectional compound prediction mode.calloc()Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated withmemCalloc.calloc(int capacity) Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated withmemCalloc.calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(org.lwjgl.system.MemoryStack stack) Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.indicates the alignment at which the implementation will code pictures.create()Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated withBufferUtils.create(int capacity) Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated withBufferUtils.create(long address) Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance for the specified memory address.create(long address, int capacity) Create aVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance at the specified memory.static @Nullable VkVideoEncodeAV1CapabilitiesKHRcreateSafe(long address) static @Nullable VkVideoEncodeAV1CapabilitiesKHR.BuffercreateSafe(long address, int capacity) intflags()a bitmask ofVkVideoEncodeAV1CapabilityFlagBitsKHRindicating supported AV1 encoding capabilities.malloc()Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated withmemAlloc.malloc(int capacity) Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated withmemAlloc.malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated on the specifiedMemoryStack.malloc(org.lwjgl.system.MemoryStack stack) Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated on the specifiedMemoryStack.intindicates the maximum number of reference pictures the implementation supports when using bidirectional compound prediction mode from reference frame group 1, as defined in section 6.10.24 of the AV1 Specification.intindicates the maximum number of reference pictures the implementation supports when using bidirectional compound prediction mode from reference frame group 2, as defined in section 6.10.24 of the AV1 Specification.intindicates the maximum number of reference pictures the implementation supports when using bidirectional compound prediction mode.intmaxLevel()aStdVideoAV1Levelvalue indicating the maximum AV1 level supported by the profile, as defined in section A.3 of the AV1 Specification.intindicates the maximum number of AV1 operating points supported by the implementation.intindicates the maximum quantizer index value supported.intindicates the maximum number of reference pictures the implementation supports when using single reference prediction mode.intindicates the maximum number of AV1 spatial layers supported by the implementation.intindicates the maximum number of AV1 temporal layers supported by the implementation.maxTiles()indicates the maximum number of AV1 tile columns and rows the implementation supports.indicates the maximum extent of individual AV1 tiles the implementation supports.intindicates the maximum number of reference pictures the implementation supports when using unidirectional compound prediction mode from reference frame group 1, as defined in section 6.10.24 of the AV1 Specification.intindicates the maximum number of reference pictures the implementation supports when using unidirectional compound prediction mode.intindicates the minimum quantizer index value supported.indicates the minimum extent of individual AV1 tiles the implementation supports.static intnbidirectionalCompoundReferenceNameMask(long struct) Unsafe version ofbidirectionalCompoundReferenceNameMask().static VkExtent2DncodedPictureAlignment(long struct) Unsafe version ofcodedPictureAlignment().static intnflags(long struct) Unsafe version offlags().static intnmaxBidirectionalCompoundGroup1ReferenceCount(long struct) Unsafe version ofmaxBidirectionalCompoundGroup1ReferenceCount().static intnmaxBidirectionalCompoundGroup2ReferenceCount(long struct) Unsafe version ofmaxBidirectionalCompoundGroup2ReferenceCount().static intnmaxBidirectionalCompoundReferenceCount(long struct) Unsafe version ofmaxBidirectionalCompoundReferenceCount().static intnmaxLevel(long struct) Unsafe version ofmaxLevel().static intnmaxOperatingPoints(long struct) Unsafe version ofmaxOperatingPoints().static intnmaxQIndex(long struct) Unsafe version ofmaxQIndex().static intnmaxSingleReferenceCount(long struct) Unsafe version ofmaxSingleReferenceCount().static intnmaxSpatialLayerCount(long struct) Unsafe version ofmaxSpatialLayerCount().static intnmaxTemporalLayerCount(long struct) Unsafe version ofmaxTemporalLayerCount().static VkExtent2DnmaxTiles(long struct) Unsafe version ofmaxTiles().static VkExtent2DnmaxTileSize(long struct) Unsafe version ofmaxTileSize().static intnmaxUnidirectionalCompoundGroup1ReferenceCount(long struct) Unsafe version ofmaxUnidirectionalCompoundGroup1ReferenceCount().static intnmaxUnidirectionalCompoundReferenceCount(long struct) Unsafe version ofmaxUnidirectionalCompoundReferenceCount().static intnminQIndex(long struct) Unsafe version ofminQIndex().static VkExtent2DnminTileSize(long struct) Unsafe version ofminTileSize().static longnpNext(long struct) Unsafe version ofpNext().static voidnpNext(long struct, long value) Unsafe version ofpNext.static intnprefersGopRemainingFrames(long struct) Unsafe version ofprefersGopRemainingFrames().static intnrequiresGopRemainingFrames(long struct) Unsafe version ofrequiresGopRemainingFrames().static intnsingleReferenceNameMask(long struct) Unsafe version ofsingleReferenceNameMask().static intnstdSyntaxFlags(long struct) Unsafe version ofstdSyntaxFlags().static intnsType(long struct) Unsafe version ofsType().static voidnsType(long struct, int value) Unsafe version ofsType.static intnsuperblockSizes(long struct) Unsafe version ofsuperblockSizes().static intnunidirectionalCompoundReferenceNameMask(long struct) Unsafe version ofunidirectionalCompoundReferenceNameMask().longpNext()NULLor a pointer to a structure extending this structure.pNext(long value) Sets the specified value to thepNext()field.booleanindicates that the implementation’s rate control algorithm prefers the application to specify the number of frames in each AV1 rate control group remaining in the current group of pictures when beginning a video coding scope.booleanindicates that the implementation’s rate control algorithm requires the application to specify the number of frames in each AV1 rate control group remaining in the current group of pictures when beginning a video coding scope.set(int sType, long pNext) Initializes this struct with the specified values.Copies the specified struct data to this struct.inta bitmask of supported AV1 reference names when using single reference prediction mode.intsizeof()inta bitmask ofVkVideoEncodeAV1StdFlagBitsKHRindicating capabilities related to AV1 syntax elements.intsType()aVkStructureTypevalue identifying this structure.sType(int value) Sets the specified value to thesType()field.Sets theSTRUCTURE_TYPE_VIDEO_ENCODE_AV1_CAPABILITIES_KHRvalue to thesType()field.inta bitmask ofVkVideoEncodeAV1SuperblockSizeFlagBitsKHRvalues indicating the supported AV1 superblock sizes.inta bitmask of supported AV1 reference names when using unidirectional compound prediction mode.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
FLAGS
public static final int FLAGSThe struct member offsets. -
MAXLEVEL
public static final int MAXLEVELThe struct member offsets. -
CODEDPICTUREALIGNMENT
public static final int CODEDPICTUREALIGNMENTThe struct member offsets. -
MAXTILES
public static final int MAXTILESThe struct member offsets. -
MINTILESIZE
public static final int MINTILESIZEThe struct member offsets. -
MAXTILESIZE
public static final int MAXTILESIZEThe struct member offsets. -
SUPERBLOCKSIZES
public static final int SUPERBLOCKSIZESThe struct member offsets. -
MAXSINGLEREFERENCECOUNT
public static final int MAXSINGLEREFERENCECOUNTThe struct member offsets. -
SINGLEREFERENCENAMEMASK
public static final int SINGLEREFERENCENAMEMASKThe struct member offsets. -
MAXUNIDIRECTIONALCOMPOUNDREFERENCECOUNT
public static final int MAXUNIDIRECTIONALCOMPOUNDREFERENCECOUNTThe struct member offsets. -
MAXUNIDIRECTIONALCOMPOUNDGROUP1REFERENCECOUNT
public static final int MAXUNIDIRECTIONALCOMPOUNDGROUP1REFERENCECOUNTThe struct member offsets. -
UNIDIRECTIONALCOMPOUNDREFERENCENAMEMASK
public static final int UNIDIRECTIONALCOMPOUNDREFERENCENAMEMASKThe struct member offsets. -
MAXBIDIRECTIONALCOMPOUNDREFERENCECOUNT
public static final int MAXBIDIRECTIONALCOMPOUNDREFERENCECOUNTThe struct member offsets. -
MAXBIDIRECTIONALCOMPOUNDGROUP1REFERENCECOUNT
public static final int MAXBIDIRECTIONALCOMPOUNDGROUP1REFERENCECOUNTThe struct member offsets. -
MAXBIDIRECTIONALCOMPOUNDGROUP2REFERENCECOUNT
public static final int MAXBIDIRECTIONALCOMPOUNDGROUP2REFERENCECOUNTThe struct member offsets. -
BIDIRECTIONALCOMPOUNDREFERENCENAMEMASK
public static final int BIDIRECTIONALCOMPOUNDREFERENCENAMEMASKThe struct member offsets. -
MAXTEMPORALLAYERCOUNT
public static final int MAXTEMPORALLAYERCOUNTThe struct member offsets. -
MAXSPATIALLAYERCOUNT
public static final int MAXSPATIALLAYERCOUNTThe struct member offsets. -
MAXOPERATINGPOINTS
public static final int MAXOPERATINGPOINTSThe struct member offsets. -
MINQINDEX
public static final int MINQINDEXThe struct member offsets. -
MAXQINDEX
public static final int MAXQINDEXThe struct member offsets. -
PREFERSGOPREMAININGFRAMES
public static final int PREFERSGOPREMAININGFRAMESThe struct member offsets. -
REQUIRESGOPREMAININGFRAMES
public static final int REQUIRESGOPREMAININGFRAMESThe struct member offsets. -
STDSYNTAXFLAGS
public static final int STDSYNTAXFLAGSThe struct member offsets.
-
-
Constructor Details
-
VkVideoEncodeAV1CapabilitiesKHR
Creates aVkVideoEncodeAV1CapabilitiesKHRinstance at the current position of the specifiedByteBuffercontainer. 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
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkVideoEncodeAV1CapabilitiesKHR>
-
sType
public int sType()aVkStructureTypevalue identifying this structure. -
pNext
public long pNext()NULLor a pointer to a structure extending this structure. -
flags
public int flags()a bitmask ofVkVideoEncodeAV1CapabilityFlagBitsKHRindicating supported AV1 encoding capabilities. -
maxLevel
public int maxLevel()aStdVideoAV1Levelvalue indicating the maximum AV1 level supported by the profile, as defined in section A.3 of the AV1 Specification. -
codedPictureAlignment
indicates the alignment at which the implementation will code pictures. This capability does not impose any valid usage constraints on the application. However, depending on thecodedExtentof the encode input picture resource, this capability may result in a change of the resolution of the encoded picture, as described in more detail below. -
maxTiles
indicates the maximum number of AV1 tile columns and rows the implementation supports. -
minTileSize
indicates the minimum extent of individual AV1 tiles the implementation supports. -
maxTileSize
indicates the maximum extent of individual AV1 tiles the implementation supports. -
superblockSizes
public int superblockSizes()a bitmask ofVkVideoEncodeAV1SuperblockSizeFlagBitsKHRvalues indicating the supported AV1 superblock sizes. -
maxSingleReferenceCount
public int maxSingleReferenceCount()indicates the maximum number of reference pictures the implementation supports when using single reference prediction mode. -
singleReferenceNameMask
public int singleReferenceNameMask()a bitmask of supported AV1 reference names when using single reference prediction mode. -
maxUnidirectionalCompoundReferenceCount
public int maxUnidirectionalCompoundReferenceCount()indicates the maximum number of reference pictures the implementation supports when using unidirectional compound prediction mode. -
maxUnidirectionalCompoundGroup1ReferenceCount
public int maxUnidirectionalCompoundGroup1ReferenceCount()indicates the maximum number of reference pictures the implementation supports when using unidirectional compound prediction mode from reference frame group 1, as defined in section 6.10.24 of the AV1 Specification. -
unidirectionalCompoundReferenceNameMask
public int unidirectionalCompoundReferenceNameMask()a bitmask of supported AV1 reference names when using unidirectional compound prediction mode. -
maxBidirectionalCompoundReferenceCount
public int maxBidirectionalCompoundReferenceCount()indicates the maximum number of reference pictures the implementation supports when using bidirectional compound prediction mode. -
maxBidirectionalCompoundGroup1ReferenceCount
public int maxBidirectionalCompoundGroup1ReferenceCount()indicates the maximum number of reference pictures the implementation supports when using bidirectional compound prediction mode from reference frame group 1, as defined in section 6.10.24 of the AV1 Specification. -
maxBidirectionalCompoundGroup2ReferenceCount
public int maxBidirectionalCompoundGroup2ReferenceCount()indicates the maximum number of reference pictures the implementation supports when using bidirectional compound prediction mode from reference frame group 2, as defined in section 6.10.24 of the AV1 Specification. -
bidirectionalCompoundReferenceNameMask
public int bidirectionalCompoundReferenceNameMask()a bitmask of supported AV1 reference names when using bidirectional compound prediction mode. -
maxTemporalLayerCount
public int maxTemporalLayerCount()indicates the maximum number of AV1 temporal layers supported by the implementation. -
maxSpatialLayerCount
public int maxSpatialLayerCount()indicates the maximum number of AV1 spatial layers supported by the implementation. -
maxOperatingPoints
public int maxOperatingPoints()indicates the maximum number of AV1 operating points supported by the implementation. -
minQIndex
public int minQIndex()indicates the minimum quantizer index value supported. -
maxQIndex
public int maxQIndex()indicates the maximum quantizer index value supported. -
prefersGopRemainingFrames
public boolean prefersGopRemainingFrames()indicates that the implementation’s rate control algorithm prefers the application to specify the number of frames in each AV1 rate control group remaining in the current group of pictures when beginning a video coding scope. -
requiresGopRemainingFrames
public boolean requiresGopRemainingFrames()indicates that the implementation’s rate control algorithm requires the application to specify the number of frames in each AV1 rate control group remaining in the current group of pictures when beginning a video coding scope. -
stdSyntaxFlags
public int stdSyntaxFlags()a bitmask ofVkVideoEncodeAV1StdFlagBitsKHRindicating capabilities related to AV1 syntax elements. -
sType
Sets the specified value to thesType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_VIDEO_ENCODE_AV1_CAPABILITIES_KHRvalue to thesType()field. -
pNext
Sets the specified value to thepNext()field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated withBufferUtils. -
create
Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable VkVideoEncodeAV1CapabilitiesKHR.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkVideoEncodeAV1CapabilitiesKHRinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static VkVideoEncodeAV1CapabilitiesKHR.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
public static VkVideoEncodeAV1CapabilitiesKHR.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkVideoEncodeAV1CapabilitiesKHR.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType(). -
npNext
public static long npNext(long struct) Unsafe version ofpNext(). -
nflags
public static int nflags(long struct) Unsafe version offlags(). -
nmaxLevel
public static int nmaxLevel(long struct) Unsafe version ofmaxLevel(). -
ncodedPictureAlignment
Unsafe version ofcodedPictureAlignment(). -
nmaxTiles
Unsafe version ofmaxTiles(). -
nminTileSize
Unsafe version ofminTileSize(). -
nmaxTileSize
Unsafe version ofmaxTileSize(). -
nsuperblockSizes
public static int nsuperblockSizes(long struct) Unsafe version ofsuperblockSizes(). -
nmaxSingleReferenceCount
public static int nmaxSingleReferenceCount(long struct) Unsafe version ofmaxSingleReferenceCount(). -
nsingleReferenceNameMask
public static int nsingleReferenceNameMask(long struct) Unsafe version ofsingleReferenceNameMask(). -
nmaxUnidirectionalCompoundReferenceCount
public static int nmaxUnidirectionalCompoundReferenceCount(long struct) Unsafe version ofmaxUnidirectionalCompoundReferenceCount(). -
nmaxUnidirectionalCompoundGroup1ReferenceCount
public static int nmaxUnidirectionalCompoundGroup1ReferenceCount(long struct) Unsafe version ofmaxUnidirectionalCompoundGroup1ReferenceCount(). -
nunidirectionalCompoundReferenceNameMask
public static int nunidirectionalCompoundReferenceNameMask(long struct) Unsafe version ofunidirectionalCompoundReferenceNameMask(). -
nmaxBidirectionalCompoundReferenceCount
public static int nmaxBidirectionalCompoundReferenceCount(long struct) Unsafe version ofmaxBidirectionalCompoundReferenceCount(). -
nmaxBidirectionalCompoundGroup1ReferenceCount
public static int nmaxBidirectionalCompoundGroup1ReferenceCount(long struct) Unsafe version ofmaxBidirectionalCompoundGroup1ReferenceCount(). -
nmaxBidirectionalCompoundGroup2ReferenceCount
public static int nmaxBidirectionalCompoundGroup2ReferenceCount(long struct) Unsafe version ofmaxBidirectionalCompoundGroup2ReferenceCount(). -
nbidirectionalCompoundReferenceNameMask
public static int nbidirectionalCompoundReferenceNameMask(long struct) Unsafe version ofbidirectionalCompoundReferenceNameMask(). -
nmaxTemporalLayerCount
public static int nmaxTemporalLayerCount(long struct) Unsafe version ofmaxTemporalLayerCount(). -
nmaxSpatialLayerCount
public static int nmaxSpatialLayerCount(long struct) Unsafe version ofmaxSpatialLayerCount(). -
nmaxOperatingPoints
public static int nmaxOperatingPoints(long struct) Unsafe version ofmaxOperatingPoints(). -
nminQIndex
public static int nminQIndex(long struct) Unsafe version ofminQIndex(). -
nmaxQIndex
public static int nmaxQIndex(long struct) Unsafe version ofmaxQIndex(). -
nprefersGopRemainingFrames
public static int nprefersGopRemainingFrames(long struct) Unsafe version ofprefersGopRemainingFrames(). -
nrequiresGopRemainingFrames
public static int nrequiresGopRemainingFrames(long struct) Unsafe version ofrequiresGopRemainingFrames(). -
nstdSyntaxFlags
public static int nstdSyntaxFlags(long struct) Unsafe version ofstdSyntaxFlags(). -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext.
-