@Properties(inherit=avcodec.class) public class AVCodecHWConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVCodecHWConfig()
Default native constructor.
|
AVCodecHWConfig(long size)
Native array allocator.
|
AVCodecHWConfig(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
device_type()
The device type associated with the configuration.
|
AVCodecHWConfig |
device_type(int setter) |
int |
methods()
Bit set of AV_CODEC_HW_CONFIG_METHOD_* flags, describing the possible
setup methods which can be used with this configuration.
|
AVCodecHWConfig |
methods(int setter) |
int |
pix_fmt()
A hardware pixel format which the codec can use.
|
AVCodecHWConfig |
pix_fmt(int setter) |
AVCodecHWConfig |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public AVCodecHWConfig()
public AVCodecHWConfig(long size)
Pointer.position(long)
.public AVCodecHWConfig(Pointer p)
Pointer.Pointer(Pointer)
.public AVCodecHWConfig position(long position)
@Cast(value="AVPixelFormat") public int pix_fmt()
public AVCodecHWConfig pix_fmt(int setter)
public int methods()
public AVCodecHWConfig methods(int setter)
@Cast(value="AVHWDeviceType") public int device_type()
public AVCodecHWConfig device_type(int setter)
Copyright © 2020. All rights reserved.