@Properties(inherit=swscale.class) public class SwsVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
SwsVector()
Default native constructor.
|
SwsVector(long size)
Native array allocator.
|
SwsVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
DoublePointer |
coeff()
pointer to the list of coefficients
|
SwsVector |
coeff(DoublePointer setter) |
int |
length()
number of coefficients in the vector
|
SwsVector |
length(int setter) |
SwsVector |
position(long position) |
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, zero
public SwsVector()
public SwsVector(long size)
Pointer.position(long)
.public SwsVector(Pointer p)
Pointer.Pointer(Pointer)
.public DoublePointer coeff()
public SwsVector coeff(DoublePointer setter)
public int length()
public SwsVector length(int setter)
Copyright © 2020. All rights reserved.