Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SwsVector()
Default native constructor.
|
SwsVector(int 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(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic SwsVector()
public SwsVector(int size)
Pointer.position(int).public SwsVector(Pointer p)
Pointer.Pointer(Pointer).public swscale.SwsVector position(int position)
public DoublePointer coeff()
public swscale.SwsVector coeff(DoublePointer coeff)
public int length()
public swscale.SwsVector length(int length)
Copyright © 2015. All Rights Reserved.