@Properties(inherit=avutil.class) public class AVRegionOfInterest extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AVRegionOfInterest()
Default native constructor.
|
AVRegionOfInterest(long size)
Native array allocator.
|
AVRegionOfInterest(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
bottom() |
AVRegionOfInterest |
bottom(int setter) |
AVRegionOfInterest |
getPointer(long i) |
int |
left() |
AVRegionOfInterest |
left(int setter) |
AVRegionOfInterest |
position(long position) |
AVRational |
qoffset()
Quantisation offset.
|
AVRegionOfInterest |
qoffset(AVRational setter) |
int |
right() |
AVRegionOfInterest |
right(int setter) |
int |
self_size()
Must be set to the size of this data structure (that is,
sizeof(AVRegionOfInterest)).
|
AVRegionOfInterest |
self_size(int setter) |
int |
top()
Distance in pixels from the top edge of the frame to the top and
bottom edges and from the left edge of the frame to the left and
right edges of the rectangle defining this region of interest.
|
AVRegionOfInterest |
top(int 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 AVRegionOfInterest()
public AVRegionOfInterest(long size)
Pointer.position(long)
.public AVRegionOfInterest(Pointer p)
Pointer(Pointer)
.public AVRegionOfInterest position(long position)
public AVRegionOfInterest getPointer(long i)
getPointer
in class Pointer
@Cast(value="uint32_t") public int self_size()
public AVRegionOfInterest self_size(int setter)
public int top()
public AVRegionOfInterest top(int setter)
public int bottom()
public AVRegionOfInterest bottom(int setter)
public int left()
public AVRegionOfInterest left(int setter)
public int right()
public AVRegionOfInterest right(int setter)
@ByRef public AVRational qoffset()
public AVRegionOfInterest qoffset(AVRational setter)
Copyright © 2022. All rights reserved.