@Properties(inherit=avutil.class) public class AVHWDeviceContext extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
AVHWDeviceContext.Free_AVHWDeviceContext
This field may be set by the caller before calling av_hwdevice_ctx_init().
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVHWDeviceContext()
Default native constructor.
|
AVHWDeviceContext(long size)
Native array allocator.
|
AVHWDeviceContext(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AVHWDeviceContext.Free_AVHWDeviceContext |
_free() |
AVHWDeviceContext |
_free(AVHWDeviceContext.Free_AVHWDeviceContext setter) |
AVClass |
av_class()
A class for logging.
|
AVHWDeviceContext |
av_class(AVClass setter) |
AVHWDeviceContext |
getPointer(long i) |
Pointer |
hwctx()
The format-specific data, allocated and freed by libavutil along with
this context.
|
AVHWDeviceContext |
hwctx(Pointer setter) |
AVHWDeviceInternal |
internal()
Private data used internally by libavutil.
|
AVHWDeviceContext |
internal(AVHWDeviceInternal setter) |
AVHWDeviceContext |
position(long position) |
int |
type()
This field identifies the underlying API used for hardware access.
|
AVHWDeviceContext |
type(int setter) |
Pointer |
user_opaque()
Arbitrary user data, to be used e.g.
|
AVHWDeviceContext |
user_opaque(Pointer 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 AVHWDeviceContext()
public AVHWDeviceContext(long size)
Pointer.position(long)
.public AVHWDeviceContext(Pointer p)
Pointer(Pointer)
.public AVHWDeviceContext position(long position)
public AVHWDeviceContext getPointer(long i)
getPointer
in class Pointer
public AVHWDeviceContext av_class(AVClass setter)
public AVHWDeviceInternal internal()
public AVHWDeviceContext internal(AVHWDeviceInternal setter)
@Cast(value="AVHWDeviceType") public int type()
public AVHWDeviceContext type(int setter)
public Pointer hwctx()
public AVHWDeviceContext hwctx(Pointer setter)
@Name(value="free") public AVHWDeviceContext.Free_AVHWDeviceContext _free()
public AVHWDeviceContext _free(AVHWDeviceContext.Free_AVHWDeviceContext setter)
public Pointer user_opaque()
public AVHWDeviceContext user_opaque(Pointer setter)
Copyright © 2023. All rights reserved.