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