@Properties(inherit=avutil.class) public class AVHWFramesConstraints extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AVHWFramesConstraints()
Default native constructor.
|
AVHWFramesConstraints(long size)
Native array allocator.
|
AVHWFramesConstraints(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
max_height() |
AVHWFramesConstraints |
max_height(int setter) |
int |
max_width()
The maximum size of frames in this hw_frames_ctx.
|
AVHWFramesConstraints |
max_width(int setter) |
int |
min_height() |
AVHWFramesConstraints |
min_height(int setter) |
int |
min_width()
The minimum size of frames in this hw_frames_ctx.
|
AVHWFramesConstraints |
min_width(int setter) |
AVHWFramesConstraints |
position(long position) |
IntPointer |
valid_hw_formats()
A list of possible values for format in the hw_frames_ctx,
terminated by AV_PIX_FMT_NONE.
|
AVHWFramesConstraints |
valid_hw_formats(IntPointer setter) |
IntPointer |
valid_sw_formats()
A list of possible values for sw_format in the hw_frames_ctx,
terminated by AV_PIX_FMT_NONE.
|
AVHWFramesConstraints |
valid_sw_formats(IntPointer setter) |
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, zeropublic AVHWFramesConstraints()
public AVHWFramesConstraints(long size)
Pointer.position(long).public AVHWFramesConstraints(Pointer p)
Pointer.Pointer(Pointer).public AVHWFramesConstraints position(long position)
@Cast(value="AVPixelFormat*") public IntPointer valid_hw_formats()
public AVHWFramesConstraints valid_hw_formats(IntPointer setter)
@Cast(value="AVPixelFormat*") public IntPointer valid_sw_formats()
public AVHWFramesConstraints valid_sw_formats(IntPointer setter)
public int min_width()
public AVHWFramesConstraints min_width(int setter)
public int min_height()
public AVHWFramesConstraints min_height(int setter)
public int max_width()
public AVHWFramesConstraints max_width(int setter)
public int max_height()
public AVHWFramesConstraints max_height(int setter)
Copyright © 2020. All rights reserved.