public static class avutil.AVHWFramesConstraints extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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() |
avutil.AVHWFramesConstraints |
max_height(int max_height) |
int |
max_width()
The maximum size of frames in this hw_frames_ctx.
|
avutil.AVHWFramesConstraints |
max_width(int max_width) |
int |
min_height() |
avutil.AVHWFramesConstraints |
min_height(int min_height) |
int |
min_width()
The minimum size of frames in this hw_frames_ctx.
|
avutil.AVHWFramesConstraints |
min_width(int min_width) |
avutil.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.
|
avutil.AVHWFramesConstraints |
valid_hw_formats(IntPointer valid_hw_formats) |
IntPointer |
valid_sw_formats()
A list of possible values for sw_format in the hw_frames_ctx,
terminated by AV_PIX_FMT_NONE.
|
avutil.AVHWFramesConstraints |
valid_sw_formats(IntPointer valid_sw_formats) |
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 AVHWFramesConstraints()
public AVHWFramesConstraints(long size)
Pointer.position(long).public AVHWFramesConstraints(Pointer p)
Pointer.Pointer(Pointer).public avutil.AVHWFramesConstraints position(long position)
@Cast(value="AVPixelFormat*") public IntPointer valid_hw_formats()
public avutil.AVHWFramesConstraints valid_hw_formats(IntPointer valid_hw_formats)
@Cast(value="AVPixelFormat*") public IntPointer valid_sw_formats()
public avutil.AVHWFramesConstraints valid_sw_formats(IntPointer valid_sw_formats)
public int min_width()
public avutil.AVHWFramesConstraints min_width(int min_width)
public int min_height()
public avutil.AVHWFramesConstraints min_height(int min_height)
public int max_width()
public avutil.AVHWFramesConstraints max_width(int max_width)
public int max_height()
public avutil.AVHWFramesConstraints max_height(int max_height)
Copyright © 2019. All rights reserved.