@Properties(inherit=nvml.class) public class nvmlEncoderSessionInfo_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
nvmlEncoderSessionInfo_t()
Default native constructor.
|
nvmlEncoderSessionInfo_t(long size)
Native array allocator.
|
nvmlEncoderSessionInfo_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
averageFps()
Moving average encode frames per second
|
nvmlEncoderSessionInfo_t |
averageFps(int setter) |
int |
averageLatency()
Moving average encode latency in microseconds
|
nvmlEncoderSessionInfo_t |
averageLatency(int setter) |
int |
codecType()
Video encoder type
|
nvmlEncoderSessionInfo_t |
codecType(int setter) |
nvmlEncoderSessionInfo_t |
getPointer(long i) |
int |
hResolution()
Current encode horizontal resolution
|
nvmlEncoderSessionInfo_t |
hResolution(int setter) |
int |
pid()
Owning process ID
|
nvmlEncoderSessionInfo_t |
pid(int setter) |
nvmlEncoderSessionInfo_t |
position(long position) |
int |
sessionId()
Unique session ID
|
nvmlEncoderSessionInfo_t |
sessionId(int setter) |
int |
vgpuInstance()
Owning vGPU instance ID (only valid on vGPU hosts, otherwise zero)
|
nvmlEncoderSessionInfo_t |
vgpuInstance(int setter) |
int |
vResolution()
Current encode vertical resolution
|
nvmlEncoderSessionInfo_t |
vResolution(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic nvmlEncoderSessionInfo_t()
public nvmlEncoderSessionInfo_t(long size)
Pointer.position(long).public nvmlEncoderSessionInfo_t(Pointer p)
Pointer(Pointer).public nvmlEncoderSessionInfo_t position(long position)
public nvmlEncoderSessionInfo_t getPointer(long i)
getPointer in class Pointerpublic nvmlEncoderSessionInfo_t sessionId(int setter)
public nvmlEncoderSessionInfo_t pid(int setter)
@Cast(value="nvmlVgpuInstance_t") public int vgpuInstance()
public nvmlEncoderSessionInfo_t vgpuInstance(int setter)
public nvmlEncoderSessionInfo_t codecType(int setter)
@Cast(value="unsigned int") public int hResolution()
public nvmlEncoderSessionInfo_t hResolution(int setter)
public nvmlEncoderSessionInfo_t vResolution(int setter)
@Cast(value="unsigned int") public int averageFps()
public nvmlEncoderSessionInfo_t averageFps(int setter)
@Cast(value="unsigned int") public int averageLatency()
public nvmlEncoderSessionInfo_t averageLatency(int setter)
Copyright © 2024. All rights reserved.