public static class avcodec.AVCodecHWConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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.
|
avcodec.AVCodecHWConfig |
device_type(int device_type) |
int |
methods()
Bit set of AV_CODEC_HW_CONFIG_METHOD_* flags, describing the possible
setup methods which can be used with this configuration.
|
avcodec.AVCodecHWConfig |
methods(int methods) |
int |
pix_fmt()
A hardware pixel format which the codec can use.
|
avcodec.AVCodecHWConfig |
pix_fmt(int pix_fmt) |
avcodec.AVCodecHWConfig |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic AVCodecHWConfig()
public AVCodecHWConfig(long size)
Pointer.position(long).public AVCodecHWConfig(Pointer p)
Pointer.Pointer(Pointer).public avcodec.AVCodecHWConfig position(long position)
@Cast(value="AVPixelFormat") public int pix_fmt()
public avcodec.AVCodecHWConfig pix_fmt(int pix_fmt)
public int methods()
public avcodec.AVCodecHWConfig methods(int methods)
@Cast(value="AVHWDeviceType") public int device_type()
public avcodec.AVCodecHWConfig device_type(int device_type)
Copyright © 2019. All rights reserved.