public static class swscale.SwsVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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
|
swscale.SwsVector |
coeff(DoublePointer coeff) |
int |
length()
number of coefficients in the vector
|
swscale.SwsVector |
length(int length) |
swscale.SwsVector |
position(long position) |
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 SwsVector()
public SwsVector(long size)
Pointer.position(long).public SwsVector(Pointer p)
Pointer.Pointer(Pointer).public swscale.SwsVector position(long position)
public DoublePointer coeff()
public swscale.SwsVector coeff(DoublePointer coeff)
public int length()
public swscale.SwsVector length(int length)
Copyright © 2018. All rights reserved.