@Properties(inherit=avcodec.class) public class AVHWAccel extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVHWAccel()
Default native constructor.
|
AVHWAccel(long size)
Native array allocator.
|
AVHWAccel(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
capabilities()
Hardware accelerated codec capabilities.
|
AVHWAccel |
capabilities(int setter) |
AVHWAccel |
getPointer(long i) |
int |
id()
Codec implemented by the hardware accelerator.
|
AVHWAccel |
id(int setter) |
BytePointer |
name()
Name of the hardware accelerated codec.
|
AVHWAccel |
name(BytePointer setter) |
int |
pix_fmt()
Supported pixel format.
|
AVHWAccel |
pix_fmt(int setter) |
AVHWAccel |
position(long position) |
int |
type()
Type of codec implemented by the hardware accelerator.
|
AVHWAccel |
type(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, zero
public AVHWAccel()
public AVHWAccel(long size)
Pointer.position(long)
.public AVHWAccel(Pointer p)
Pointer(Pointer)
.public AVHWAccel getPointer(long i)
getPointer
in class Pointer
@Cast(value="const char*") public BytePointer name()
public AVHWAccel name(BytePointer setter)
@Cast(value="AVMediaType") public int type()
public AVHWAccel type(int setter)
@Cast(value="AVCodecID") public int id()
public AVHWAccel id(int setter)
@Cast(value="AVPixelFormat") public int pix_fmt()
public AVHWAccel pix_fmt(int setter)
public int capabilities()
public AVHWAccel capabilities(int setter)
Copyright © 2024. All rights reserved.